Faraz Shah Khan

MCP, MCAD.Net, MCSD.Net, MCTS-Win, MCTS-Web, MCPD-Web

Browse by Tags

All Tags » Uploading (RSS)
Uploading File using FtpWebRequest
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...
More Posts