FTPClientSite Method
Run a site-specific command on the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual bool Site(
string command
)
Public Overridable Function Site (
command As String
) As Boolean
public:
virtual bool Site(
String^ command
)
abstract Site :
command : string -> bool
override Site :
command : string -> bool
- command String
- The site command to run
Booleantrue if command ok,
false if command not implemented.
Support for commands is dependent on the server.