Secure FTP?
Here's what I'm worried about:
If I use unsecure ftp to upload, say, a .php file then I'm exposing my root password when I connect and any mysql password that's in the .php file.
I suppose one possible solution is: (1) Use anonymous ftp to upload files. (2) Put dummy passwords in .php files for the upload, then edit them in place using ssh to put the real passwords in the files.
That seems like a big hassle though, any other ideas? Thanks.
5 Replies
-Chris
@OrionXI:
Do you know of any free sftp clients? Or is there just ws-ftp pro (which is not free)?
I think PuTTY has an sftp client available 'PSFTP'
-Chris
Kenny