Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to DOWNLOAD a CSV file from a FTP server
Message
From
23/09/2016 06:46:08
 
 
To
22/09/2016 10:55:57
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01641214
Message ID:
01641247
Views:
35
>Hello all.
>I have ftpSourceFilePath = "ftp://SomeDomain.net:21/out/"
>
>When I execute the following 3 lines I get "The request URI is invalid for this FTP command." error
>
>FtpWebRequest request = CreateFtpWebRequest(ftpSourceFilePath, userName, password, true);
> request.Method = WebRequestMethods.Ftp.DownloadFile;
>Stream reader = request.GetResponse().GetResponseStream();
>
>
>Why am I getting this issue?
>Can anyone see the problem?
>
>Thanks in advance

What is CreateFtpWebRequest ? AFAIK that's not part of the .NET framework.
Previous
Reply
Map
View

Click here to load this message in the networking platform