Upload a local file to the FTP server in the current working directory. Allows appending if current file exists.
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);