I need to upload a file through ftp. Right now my approach is that,
1. write a csv file from a DataTable.
2. User downloads the csv file and again upload the csv file to the server.
3. From the server, I can pick up the file and upload to another server using ftp.
But I feel there is no need of 2nd step. Is there a way to directly write the data from datatable to another server using ftp?
Thanks for your help!!
Bing25