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.26109.1248
Syntax
public FtpResponse Site(
	string argument
)

Parameters

argument  String
SITE command argument.

Return Value

FtpResponse
Server response.
See Also