An NDoc Documented Class Library

FTPConnection.UploadFile Method

Upload a local file to the FTP server in the current working directory.

Overload List

Upload a local file to the FTP server in the current working directory.

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 virtual void UploadFile(string,string,bool);

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace