transfer files with ftp with ftpwebrequest
Posted
by Dejan.S
on Stack Overflow
See other posts from Stack Overflow
or by Dejan.S
Published on 2010-05-26T10:34:58Z
Indexed on
2010/05/27
9:51 UTC
Read the original article
Hit count: 404
ASP.NET
|best-practices
Hi. currently I'm working on this ftp transfer. http://msdn.microsoft.com/en-us/library/ms229715.aspx
I have setup my server computers iis to have a ftp site on port 21 and transfering files works great. But I want to add ftp to a hosted site I got on the server and it's here where I get the problems with connecting. when I try to connect through the command promt I get unknown host error. I have changed the port and open it up in firewall. and even if I could connect how can I decide what folder I want to upload to?
© Stack Overflow or respective owner