



There are four basic ways to use sftp, and the command syntax for each is listed here. It uses many of the features of ssh, such as public key authentication and data compression. Sftp performs all operations over an encrypted ssh session.

So, for anonymous FTP transfers, use regular ftp. Because all sftp connections are encrypted, they require a username and password (or public key authentication). The Firewall on our server didn't deny anything either.Īny advice are welcome as we have a number of application which runs scripts using DOS to ftp files to our site.If you need to transfer files over anonymous FTP, sftp is not the program to use. We checked our Antivirus, network firewall log and nothing is being stopped - we even created a rule for a particular machine so everything was opened to it and still not joy If I use a third party tool like filezilla it works fine, I can also FTP using IEĪlso the command prompt method, works fine when used Outside our network. I have this problem ONLY whithin our office network, and the problem only occures with command prompt. If after that I check the directory on the server where I did the "put" I can see that the file is created but it has 0 bytes. I can connect to the machine, it accepts my credentials, now if I do a ls command, command line just hangs and nothing happens. I have a very strange issue, I am trying to FTP to a remote server ( Win2003 server) using command prompt.
