Click or drag to resize

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
)

Parameters

argument
Type: SystemString
SITE command argument.

Return Value

Type: FtpResponse
Server response.
See Also