I want to know the difference in the ftp request header for an ipv4 server开发者_高级运维 and ipv6 server.
can any one explain , In FTP GetResponse() method by using MKD , ho开发者_高级运维w to create directory name having symbol (#) . it is not working .You should try an urlencode your directory string be
I\'m new in c# and i\'m still working way through and learning it all. I have made this code for a progress bar when downloading a file from ftp, and it actually working just fine. But progress value
I am playing around with FtpWebRequest and I am wondering how can I format the result? FtpWebRequest ftp = (FtpWebRequest)FtpWebRequest.Create(\"\");
Is it possible download data on Windows Azure via FtpWebRequest (ASP.NET/C#)? I am doing this开发者_Go百科 currently and not sure if my problem is that FtpWebRequest is in general not working as expe
I am trying to store data local on windows azure, which I downloaded before via FTP. I download the file like this (works on my local machine):
This seems like a trivial problem, but my web searches for an answer (even on this site) have forced me to ask the question explicitly.
I am retrieving a file from our FTP server which is then put into memory and passed to the client via HTTPS. I have everything working flawlessly. However, if I turn on SSL, I get the following error:
I face an issue while I try to upload a file in a non-default directory of the server. When I use \"ftp://server01/autofile/test.zip\", the file gets uploaded without any issues since autofile is the
I have a simple class in an ASP.NET webservice.It runs fine on my local system and even on the development environment I\'ve set up, but Anytime I try to send a file on the production server I get the