View Full Version : uploading php files to server using ftp (is it secured)
mutanx
09-28-2013, 09:05 PM
I believe that is not proper to upload php files to server using FTP eg. filezilla because
it allows password to pass in a plaintext and thus not secured.
Can someone point out to me the best secured free utilities
someone can use and where i can get them.
My internet connections is 3G wireless.
I run window vista OS.
Thank You
djr33
09-28-2013, 09:32 PM
Have you looked into Secure FTP (SFTP)?
There are also other more secure methods of connecting to your server. You should be able to find information on those if you search for "secure connection to server".
mutanx
09-28-2013, 09:41 PM
i found winscp5.17. its the SFTP you mentioned.
thanks
mutanx
09-28-2013, 10:23 PM
can you please provide a link where i can get
1: SFTP
2: FTPS
Thank you
djr33
09-28-2013, 10:40 PM
That's not the kind of thing we do here. You can use a search engine as well as the rest of us. And this type of question usually attracts spam, so this thread may be closed.
can you please provide a link where i can get
1: SFTP
2: FTPS
SFTP and FTPS are not "things" that you can get. They are protocols (procedures; standardized ways of doing things: in this case, transferring files to a remote server).
SFTP is FTP using SSH (secure shell).
FTPS is FTP using SSL (secure sockets layer).
I'm not sure why you're asking about where to find a free SFTP program for windows, since you already mentioned winscp5.17.
If you're looking for other options, just (as Daniel said) do a little research. Google is your friend.
BTW, FileZilla (and most other halfway-decent FTP clients) is fully capable of using FTPS.
My internet connections is 3G wireless.
I run window vista OS.
...really?
my condolences
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.