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