Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to DOWNLOAD a CSV file from a FTP server
Message
From
22/09/2016 10:55:57
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Trying to DOWNLOAD a CSV file from a FTP server
Miscellaneous
Thread ID:
01641214
Message ID:
01641214
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform