What FTP (File Transfer Protocol) client do you use? Add Answer

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

Leader!
Gets the job done - portable version available.

Comments 5 Comments

2.
 
6 votes

Dreamweaver

Most 1st Place Votes

Comments 4 Comments

3.
 
5 votes

I use SCP, not FTP

Secure that copy, or at least make it more secure than FTP.

Lots of Comments! 15 Comments

4.
 
5 votes

Transmit

To read about Transmit: http://en.wikipedia.org/wiki/Transmit

Comments 5 Comments

5.
 
4 votes

WinSCP

A sweet little program that integrates with Windows Explorer, so you can right-click->send-to.

And it's free.

And it encrypts all the traffic to and fro.

http://winscp.net/eng/index.php

Comments Discuss

6.
 
2 votes

Coda

This is my general purpose Ide as of late and seems to work quite well.

Comments 2 Comments

7.
 
2 votes

CyberDuck

FTP, SFTP, WebDAV, Cloud Files & Amazon S3 Browser for Mac OS X. OpenSource.

http://cyberduck.ch

Comments Discuss

8.
 
2 votes

Fetch

I have been using Fetch forever and it has been great. Easy to use. I will also use Dreamweaver as well.

Comments Discuss

9.
 
2 votes

Ipswitch WS_FTP

Comments 3 Comments

10.
 
1 votes

Take your pick

Comments Discuss

11.
 
1 votes

FireFTP

I use Dreamweaver but I love the FireFTP add-on for Firefox. For a quick fix, upload or download, you don't have to start-up your heavy web design program, it's great, it has most desirable features.
https://addons.mozilla...x/addon/684

Comments Discuss

   

 

Analytics

23 members have voted on one or more of the 11 answers. This topic was started by mblaue-staff Community Manager: 843 points on May 4th, 2009. Tags: file transfer, ftp, help, sftp, technical

Topic rating:
     

Detailed analysis...

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.

Comments     Leave a comment Leave a comment

Avatar Image
      Thumbs down Thumbs up   
squiggle squiggle: 719 points   11 months ago

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.

Reply to this comment  Reply     Link to this comment Link
Avatar Image
      Thumbs down Thumbs up   
squiggle squiggle: 719 points   10 months ago

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.

Reply to this comment  Reply     Link to this comment Link