Top "Ftpwebrequest" questions

A .NET Framework class, implementing an File Transfer Protocol (FTP) client.

Using FTP to download each file *WHILE* getting the file list

We need to get about 100 very small files from a remote FTP server using vb.net. Our company won't let …

vb.net ftp download ftpwebrequest ftpwebresponse
How do you change directories using FtpWebRequest (.NET)?

Can someone tell me how to change directories using FtpWebRequest? This seems like it should be an easy thing to …

.net ftp ftpwebrequest
C# class to parse WebRequestMethods.Ftp.ListDirectoryDetails FTP response

I'm creating a service to monitor FTP locations for new updates and require the ability to parse the response returned …

c# .net ftp ftpwebrequest
Fixing - System.Net.WebException: The remote server returned an error: (500) Syntax error, command unrecognized

I created FTP code to transfer files. This code works fine except that it sometimes causes an error 500. The exact …

c# .net ftp .net-3.5 ftpwebrequest
"Requested URI is invalid" during upload with FtpWebRequest

I trying upload file to a directory on a FTP server. I used this method with FtpWebRequest. I would like …

c# .net ftp ftpwebrequest
Parsing FtpWebRequest ListDirectoryDetails line

I need some help with parsing the response from ListDirectoryDetails in C#. I only need the following fields. File Name/…

c# parsing ftp ftpwebrequest
The underlying connection was closed. The server committed a protocol violation

I am trying to get the directory list of a FTPS FileZilla server using the code below : ftpRequest = (FtpWebRequest)FtpWebRequest.…

c# ssl ftpwebrequest filezilla ftps
System.Net.FtpWebRequest GetDateTimestamp example

I'm looking for a short bit of sample code which uses the System.Net.FtpWebRequest namespace to get the timestamp …

ftpwebrequest
Unable to rename file with ftp methods when current user directory is different from root

Remark: due to spam prevention mechanizm I was forced to replace the beginning of the Uris from ftp:// to ftp. …

c# ftp rename ftpwebrequest
How to Download Numerous Files from FTP using C#?

I need to run a console application at scheduled intervals that needs to download only .pgp files from an FTP …

c# ftpwebrequest