Category - FTP
08 Sep 2015 08 Sep 2015 3 Comments  97599 Views
Here Mudassar Ahmed Khan has explained with an example, how to download Files from FTP Web Server in ASP.Net using C# and VB.Net.
26 May 2015 26 May 2015 2 Comments  71908 Views
Here Mudassar Ahmed Khan has explained how to display List of files from FTP folder with Download option in ASP.Net using C# and VB.Net.
An ASP.Net GridView with a Download button will display the list of files from the FTP folder and when the Download button is clicked, the file will be downloaded from FTP folder.
20 May 2015 20 May 2015 7 Comments  130802 Views
Here Mudassar Ahmed Khan has explained how to programmatically upload files to FTP Web Server in ASP.Net using C# and VB.Net.
Files will be programmatically uploaded to FTP Web Server using the ASP.Net FileUpload control.