can you recommend a good (free) FTP client?

Posted by: Sloop John B on 30 July 2008

I've used Smart FTP for the last few years which was free for non-commercial use but now they are starting to charge.

I just need something to get files up to an Internet server, mainly photos and backups.


Thanks


John



SJB
Posted on: 30 July 2008 by Ian G.
I've used both 'putty' and 'filezilla' on windows and 'fugu' on mac. Take your pick - I don't use them enough to have strong preference - they all work.

Ian
Posted on: 30 July 2008 by Allan Probin
How about Windows Explorer? That's got an FTP client built in ... and it's free.

Just enter ftp:// followed by the FTP site's URL in the address bar
Posted on: 30 July 2008 by Derek Wright
I have used JFTP - a Java based app so runs on most platforms, it allows whole directory structures to be moved to and from the machine.
search for it via Google
Posted on: 30 July 2008 by Guido Fawkes
From the Finder select Go, Connect To Server and enter ftp:// followed by the FTP site's name. The site will open in a Window on your Mac's desktop and you can drag and drop files just like any local folder.

Not sure what the equivalent is in MS Windows, but can you not go to a command prompt and type ftp <name of ftp server> then 'ls' will list the files, 'cd' will change directory and 'get' will get the files - before typing get, you need to type 'bin' if the file you are getting is binary rather than text.

fget followed by * will get all the files in a directory.
If you set prompt off before using fget then it won't keep asking you if you're sure you want that file.

put and fput will do exactly what you want.

Of course, you could just download FileZilla instead from here. It is easy to use and it'll do everything short of make the tea - and it's 100% free. It'll even let you upload half a file and then resume to complete when you're ready.

ATB Rotf

Posted on: 30 July 2008 by Sloop John B
God I love this forum!


Many thanks.


I have managed to access my webspace by filezilla and IE.



SJB