ftpwebrequest
Active/Passive FTP Transfer using FTPWebrequestclass
I am transferring files using FtpWebRequest class in C#; in that class there is a property ftpobject.usePassive = 开发者_高级运维true (or) false;[详细]
2022-12-15 10:34 分类:问答Help Needed for parsing FTP files list in c#
I am using this code for getting list of all the files in directory here webRequestUrl = something.com/directory/[详细]
2022-12-14 22:40 分类:问答Does .NET FtpWebRequest Support both Implicit (FTPS) and explicit (FTPES)?
I am being asked to support implicit and explicit FTPS (also known as FTPES)开发者_运维知识库.We are currently using the .NET FtpWebRequest.Does the FtpWebRequest support both types of FTPES, and what[详细]
2022-12-13 16:24 分类:问答550 Error When I try to get the size of a file on an FTP
I\'m trying to use an FtpWebRequest to get the size of a file on a company FTP. Yet whenever I try to get the response an exception is thrown. See the error details in the catch block in the code belo[详细]
2022-12-11 20:18 分类:问答Upload file via FTP - Server returned error (550) File is unavailable, cannot find file
I\'m trying to upload a file via FTP from my local computer to an FTP server, which is also on my local computer at the moment. I\'ve got this sub I\'m calling:[详细]
2022-12-09 18:56 分类:问答FtpWebRequest with EnableSSL
I implemented my custom FTP class to work with a hosted server that I\'m paying for. I use the FTP for backup, restore and update of my application.[详细]
2022-12-09 08:12 分类:问答FtpWebRequest says Stream is Disposed
I was wondering if anyone knows the answer to why my code casts an exeption when I do the fileStream.Read call, with the message \"The stream is disposed\"[详细]
2022-12-08 22:42 分类:问答