I am transferring files using FtpWebRequest class in C#; in that class there is a property ftpobject.usePassive = 开发者_高级运维true (or) false;
I am using this code for getting list of all the files in directory here webRequestUrl = something.com/directory/
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
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
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:
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.
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\"