I have used the FtpClient to connect to the FTP Server,Upload a file and download a file from the FTP server. I found FtpWebRequest which does the same functionality as of FtpClient.
Could anyone please let me know the difference between these two. And which is the best to use.
Thanks Amit