Re: That's the hard way... > Most FTP Servers support FTP over SSL or > TLS authentication natively. CoreFTP > (Windows) is a good FTP client that can > handle SSL and TLS auth...
Re: FTP over SSL vs. FTP over SSH That is the exact reason why. Finding client support is not easy, not to mention the client I ended up implementing as JScapes SFTP applet so using SFTP kinda fel...
Re: Just my $.02 Not sure what you mean by tunneling an insecure protocol inside SSH....SFTP is part of the OpenSSH standard. Along with SSH you have capabilities to use commands such as SCP, SFTP...
Re: webdav over https > Why not using webdav secured by https > for file transfer? > You have: > -certificates > -all authentications modules support by > apache (ker...