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