Top "Ftpwebresponse" questions

A .NET Framework class, representing a response from FTP server, used by FtpWebRequest

FtpWebRequest Download File

The following code is intended to retrieve a file via FTP. However, I'm getting an error with it. serverPath = "ftp://…

c# .net ftp ftpwebrequest ftpwebresponse
Connecting ftp server with credentials

I'm writing a program that uses an ftp server with credentials. I'm trying to retrieve the directory list from the …

c# ftp ftpwebresponse
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 to catch a FtpWebResponse exception in C#

I am building an FTP utility class in C#. In the case that a WebException is thrown on a call …

c# exception-handling ftpwebresponse
FtpWebResponse, the operation timed out

I want to download files based on their date time from a ftp server..I can access this Ftp from …

c# ftpwebrequest request-timed-out ftpwebresponse
Extracting file names from WebRequestMethods.Ftp.ListDirectoryDetails

I have an application that does the following: directory listing, download file, download all. I have an issue with getting …

c# .net ftp ftpwebrequest ftpwebresponse
Status Code from FTPWebRequest.GetResponse() method

This is slightly tricky. I am uploading files to FTP asynchronously. After uploading each file I am checking the status …

c# .net ftpwebresponse