Forum Moderators: open
Who still uses FTP, for anything?
I know quite a few web designers who only know how to upload 'stuff' over FTP. It's one of those legacy things....
Who doesn't use FTP to upload and download files to and from their webspace(s)?
What do you use instead of FTP?
FTP and SFTP are both ftps.
I assume that the same thing is possible with SFTP, but if it isn't then that is a big security flaw.
I use SSH, and mainly SSH with GIT. If I need to copy files outside of GIT I use SCP linux command, which simply copies over SSH. Using SSH allows you to access the remote server as easily as any other drive on your local machine. It also allows for scripts to programatically transfer files and act on the files (like un-tar them) in their remote location. (S)FTP seems archaic (very windows like) and makes me nervous in that you can copy or delete things in the wrong place. To be fair, this is equally possible with SSH, so it is more of personal preference.
So FTPS is a variant of FTP
while SFTP is something entirely unrelated?