Suggestions for FTP client?

I used FileZilla for many years. Now it throws weird errors, repeats uploading files infinitely, complains about SSL and other certificates. And doesn’t do the one thing I need it to do.

I have a trial copy of WebDrive installed on my laptop. It’s rather cool - your remote website is just another drive on your compy.

I have tried CoreFTP, SurfFTP and others I can’t remember. I’d really rather the Mozilla folks just fix FileZilla (and also have it encrypt passwords)

I have been using Cute FTP for years with no complaints. It handles all my FTP needs for several web servers each with its own UN Password and such.
You did not ask but I use AndFTP on my Android devices (phone & tablet) and that has been a very good for uploading (photos mostly) directly to my server.

The OP is looking for suggestions and opinions so off to IMHO instead of General Questions.

samclem, moderator

I’m still using a copy of FTP Explorer which is copyright 1995-1997. Was free at the time but I guess these days it’s a 30-day trial and then $40 but I guess even forty bucks for a product I’ve used for nearly twenty years isn’t so bad.

I have no idea what your specific needs are. I just use FTPX for connecting to various websites for work and avoiding their (always terrible) web interfaces.

CuteFTP has served me well for over a decade. It’s simple, never requires updating, and free.

I used to love BulletProof FTP before FileZilla, but now FileZilla works fine. What exactly is wrong with it for you? What’s the “one thing” it can’t do? Is it worth trying to fix these things, or would you rather just find an alternate client?

I believe FileZilla can only be downloaded from Sourceforge. Sourceforge downloads = Malware packages. Put a condom on your computer before you try downloading and installing it.

Anybody use ftp commands in the command line interface? “Dos Mode?” It’s kinda fun.

But Cute FTP is free, so why not?

Where is it free? Looks like you can download a free 30-day trial from their site but nothing beyond that.

I use the native FTP from the command line. Sometimes I use Putty, if for some reason I am desperate for a GUI.

I switched to WinSCP from FileZilla for one specific reason:
It has clickable file paths.

I got tired of repeatedly clicking the Up One Level button.
In WinSCP you can just click the portion of the path you want and go directly there.

I haven’t had any problems with FileZilla, but then again I usually ignore the prompts to download and install the latest update.

WinSCP is also free and has a .NET library you can hook into if you want to add FTP functionality to a Visual Studio application.

We also use WS_FTP Pro at work on some projects that require pgp encryption, but unfortunately it is not free.

Command line gets to be a problem with lots of CD’s and LCD’s to stay in the same directory.

FileZilla has “Synchronized Browsing” as a (super helpful) option. One of the servers I connect to - IIS8 - gives an error in FileZilla, and the hosting site says:

[QUOTE=DiscountAsp.net]
The error you will see in your FTP log will be “550 The supplied message is incomplete. The signature was not verified”. This is an issue with the FileZilla client not the IIS 8 server. The workaround is to use another FTP client such as CoreFTP to connect to our IIS 8 server via FTP over SSL.
[/QUOTE]

CoreFTP might as well be command line. I have Dreamweaver, but I don’t trust it when it synchronizes files both ways.

Apparently Filezilla blames it on IIS 8. Does the Microsoft hotfix do anything?

I just use the command line FTP in both Windows and Linux.

Wow, apparently my host did apply that MS fix. I’ve up’d and dl’d files with no problem (so far). This is terrific.

I can speak well for the trial of WebDrive. It’s cool to have a remote directory be just like any other directory in the network.

Thanks all, may your PUTs, GETs, CD’s & LCD’s go smooth. Even if you use a gooey GUI. :slight_smile:

This is where I wish Windows came with rsync, like all the *nix servers. It’s like a Dropbox built into every folder. Glad you found something that works, though!

Thanks for this, just switched to WinSCP from FileZilla because of your suggestion and the clickable path feature you mention.

I can also report that WinSCP will import all of your FileZilla connections, which was an unexpected bonus. I wouldn’t have enjoyed recoding the 50+ FTP server settings I have set up.

Wow! Haven’t heard of that since the IRC/warez days. What do you use them for?

The site I do most of my up- and downloading from no longer accepts ftp but requires sftp. I have started using something called CyberDuck recommended by my dept. sysop. I hate it, but it does work. If I understood the documention I could (he says) link a directory on my home computer with my directory at my office, so that updating one updates the other. ftp was still easier.