 | FtpSite Method |
Sends SITE command to the server.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic FtpResponse Site(
string argument
)
Public Function Site (
argument As String
) As FtpResponse
public:
FtpResponse^ Site(
String^ argument
)
member Site :
argument : string -> FtpResponse Parameters
- argument String
- SITE command argument.
Return Value
FtpResponseServer response.
See Also