For those people who are interested to use FtpWebRequest to upload files on a server. Here is the code: FtpWebRequest ftpRequest; FtpWebResponse ftpResponse; try { //Settings required to establish a connection with the server this.ftpRequest = (FtpWebRequest...