Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to DOWNLOAD a CSV file from a FTP server
Message
De
22/09/2016 10:55:57
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Trying to DOWNLOAD a CSV file from a FTP server
Divers
Thread ID:
01641214
Message ID:
01641214
Vues:
61
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform