An NDoc Documented Class Library

ExFTPConnection.UploadFile Method

Upload a local file to the FTP server in the current working directory. Allows appending if current file exists.

Overload List

Inherited from FTPConnection.

public virtual void UploadFile(string,string);

Upload a local file to the FTP server in the current working directory. Allows appending if current file exists.

public override void UploadFile(string,string,bool);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace