Top "Ftpwebrequest" questions

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

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
FtpWebRequest with EnableSSL

I implemented my custom FTP class to work with a hosted server that I'm paying for. I use the FTP …

c# ssl ftp ftpwebrequest
Uploading files to FTP are corrupted once in destination

I'm creating a simple drag-file-and-upload-automatically-to-ftp windows application and I'm using the MSDN code to upload the file to the FTP. …

c# winforms ftpwebrequest
Cannot access a disposed object. Object name: System.Net.Sockets.NetworkStream

I am using CsvHelper. Here I am trying to download a csv file from ftp and write to a class. …

c# ftpwebrequest csvhelper
Connect to ftps:// URL

I am trying to use this code to upload a file to an FTP, the problem I have is that …

c# ssl ftp ftpwebrequest ftps
FTP directory partial listing with wildcards

First I asked that: ftp directory listing timeout. Huge number of subdirs. I got the answer. Still because I can …

c# ftp wildcard ftpwebrequest