If you have a website, then it's likely that you've transferred files from a personal computer onto our FTP server. What FTP client software do you use and why?
| Top-ranked | Newest | A to Z | Time Travel |
1. |
7 votes
|
FileZilla |
|
2. |
6 votes
|
Dreamweaver |
|
3. |
5 votes
|
I use SCP, not FTP |
|
4. |
5 votes
|
Transmit |
|
5. |
4 votes
|
WinSCP |
|
6. |
2 votes
|
Coda |
|
7. |
2 votes
|
CyberDuck |
|
8. |
2 votes
|
Fetch |
|
9. |
2 votes
|
Ipswitch WS_FTP |
|
10. |
1 votes
|
Take your pick |
|
11. |
1 votes
|
FireFTP |
|
|
|
Analytics
23 members have voted on one or more of the 11 answers. This topic was started by mblaue-staffTopic rating:
Like this topic?
Get email notifications and feed updates on your home page by turning on the options below. You can also subscribe to topics automatically.Please login or register to see notification options.


Loading...
Comments
Leave a comment
SFTP is an entirely different protocol to FTP. http://en.wikipedia.or...er_Protocol and being encrypted it's much slower.
VPS Tip: (I'm using the new environment) If you want SFTP to work with a chrooted shell in Plesk then you'll need to edit /etc/ssh/sshd_config and remove "openssh/" from "Subsystem sftp /usr/lib/openssh/sftp-server" then sighup the sshd system process.
Another tip is to ssh and then use curl(1) http://curl.haxx.se/ Great if you want to download and install an application quickly without using your own machine as an intermediary. You can also pull stuff from your domain using curl running on your machine; this of course requires some familiarity with the terminal.