project's Avatar
project 4
33 Asked
10 Answered
3 Best
0
No one has voted on this question yet :(
3 years, 4 months ago

What's the best paid and free FTP clients for uploading to your website?

Tip for best answer: M$0.00
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

What is Your Answer?

0
0
0

11 Answers

0
bmlhailstone's Avatar
bmlhailstone | 3 years, 4 months ago
4
All I use is FileZilla. Simple, easy and free.
source(s):
www.filezilla.com

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$
bmlhailstone's Avatar
bmlhailstone | 3 years, 4 months ago Report

Thanks. I hope you give it a shot, it really is worth it. I do a lot of uploading for one of my sites and it is super fast, super easy, and you really can't beat it.

naspinski's Avatar
naspinski | 3 years, 4 months ago Report

Filezilla all the way! It's the best and it's free/open-source!

Report Abuse

Post Reply Cancel
0
pvera's Avatar
pvera | 3 years, 4 months ago
4
Cyberduck for OS X works pretty nicely for me. On Windows, we mostly use Filezilla and WS FTP Pro.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
mrgunn's Avatar
mrgunn | 3 years, 4 months ago
4
You said FTP, but do you know that SCP is a more secure protocol supported by many webhosts? There's a great client for it, which also supports FTP fallback, called WinSCP.
source(s):
http://winscp.net/

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
justinluey's Avatar
justinluey | 3 years, 4 months ago
4
My favorite FTP client by far is Transmit for the Mac, it has every feature you could need for an FTP client plus it has .mac/ mobile me syncing which is great when you have hundreds of logins for your websites and you use different computers to access them.

It also looks great and has a really easy to use interface.

http://www.panic.com/transmit/

My favorite free client is FileZilla, it works on all operating systems and is also full featured minus the syncing.

Its not as pretty and intuitive as Transmit, but it will get the job done at no charge.

http://filezilla-project.org/

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
dananimal's Avatar
dananimal | 3 years, 4 months ago
4
Free;
• For Apple OS X I use Cyberduck
• For Windows I use Filezilla

Paid;
On both I highly recommend Dreamweaver's implementation of FTP, it is one of the best things that Dreamweaver does.
The way that Dreamweaver keeps track of the directory hierarchy on a per site/project basis is an awesome timesaver.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
eortiz's Avatar
eortiz | 3 years, 4 months ago
4
I use YummyFTP for the MAC, really easy to use and gets the work done, for PC I use GlobalScape CuteFTP Pro, great scripting capabilites if you like automating ftp processes.

I haven't had luck with Cyberduck it crashed several times and it looks like it had some trouble uploading many files at once.
And also CuteFTP Pro for the MAC doesn't work good at all.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
starlight's Avatar
starlight | 3 years, 4 months ago
4
I personally wouldn't pay for this particular software. I've used WinSCP, which supports regular unencrypted FTP.

I've heard good things about FileZilla as well.

I recommend going to either tucows.com or download.com and find something that is freeware.

These are both Windows based clients. Not sure if you are a Mac user.

I use the command line in the Mac. Here is a quick tutorial on common commands

ftp -i hostname or IP address. (the -i option puts it into interactive mode, so it will automatically answer Yes when doing multiple uploads) example:

ftp -i ftp.somedomain.com OR ftp -i 172.23.67.7

dir or ls (will give you a directory listing)

cd directoryname (allows you to change directory)
i.e. cd images

cd .. (will go up in the directory)

mput * (upload all files)
mput image.jpg (upload 1 file)
(with this command you must make sure you are in the directory first where the actual files are located, before transmitting the files)

get * (retrieve all files)
get image.jpg

Its also good to set the mode of the transfer. Just type bin which stands for binary. If you transfer files using ASCII and your files are binary, then it will mess up your files.

Command line maybe a bit difficult depending on your level of technical capability. But its there already, freely available in Windows or Mac OS X.

If you don't like command line, then go for the something graphical.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
ckurtm's Avatar
ckurtm | 3 years, 4 months ago
4
I use fireftp, its a plugin for firefox so no portable on all platforms when u have firefox installed.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
tko's Avatar
tko | 3 years, 4 months ago
4
On the Mac it's easy to decide: I consistently see three programs mentioned. Transmit is it if you don't mind paying some money. Really nothing to beat it. It's FTP made entirely Mac-like, the "droplets" (icons you can drop files onto to ftp to specific place) being a perfect example.

Cyberduck is the free and open-source FTP Mac App. Never got around to using it, but I hear it's good. At the very least, it's in the top 3, and it's free. :)

Fetch was the defacto standard for FTP on the Classic Mac (I still remember the running-dog icon.) :) More traditional in its layout and use, and also free for academics/students.

On the PC I still use the old WS-FTP at work. I probably shouldn't, coz I know it has some vulnerabilities that were never fixed by the makers. Free for personal/academic use though. CuteFTP is another free one I hear is good, but I never got around to trying.

The (paid) FTP program I really use at home is more than just an FTP program though, it's more of a complete internet explorer replacement. If you're sick of certain quirks in the way Windows Explorer works, want something a little quicker, more professional, and more configurable for your file management in general, I would recommend Directory Opus. Total Windows Explorer replacement (if you choose), capable of handling zip-files (and letting you browse zip archives as if they were folders), and an absolutely stunning FTP program ..your FTP site ends up looking like just another Explorer folder, and so you can do all your regular Windows Explorer operations on your FTP site: file renaming, batch renaming, copy, copy-newer, copy-with-resume, moving within the site with drag-and-drop, etc. ..I've used it for my website (UNIX) and accounts server at work (VAX/OpenVMS) ..works great with both of them and the strange conventions they have (Unix being totally case-sensitive, for example, and OpenVMS being totally not and having it's weird versioning system for files, ie: files of the form: name.extension;version-number

..oh yeah, some things that sold me on DOpus in the first place: I used to be an Amiga guy, and had DOpus for years on that, so I know they've had years of experience in this field. When I used Win98, this program would let me copy files from a CD/DVD and it would automatically remove the read-only flag. I can show file extensions, but when renaming the file-extension is never selected (*really* the way XP should behave.) When a big copy operation has failed, I can start it again and there's a "no to all" button so I don't have to click "no" 500 times, or click "yes to all" and start all over. (What the hell Microsoft, eh?)
source(s):
http://www.gpsoft.com.au/ (Home of Directory Opus.)
http://www.panic.com/ (Home of Transmit and some other *really* stunning Mac Apps.)

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
jabba's Avatar
jabba | 3 years, 4 months ago
4
Smart FTP.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
jaisimha's Avatar
jaisimha | 3 years, 4 months ago
4
try filezilla it is free. I am using that for ftp through UI.

For webhost my advice is do not go for free one if the purpose of your web site is business. because Google yahoo or any search sites don't consider or rank those site hosted on free webhosts.

Also don't go for free domains as these sites will check for paid ones and the expiry date is too short the search engine spiders will not consider your site. Basically everybody creates a site for traffic so that the whole world sees ones site.
source(s):
The one I recommend is this one
http://www.myfreeadboard.com/go/ah06

They charge ONLY $56 for both domain and webhosting for a year whereas most others charge almost twice that amount. And this is a one of top hosting sites.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel

Learn something new with our FREE educational apps!

Private lessons in the comfort of your own home. Get back in shape or finally pick up a guitar with our great experts guiding you the whole way!
Learn Guitar
Learn Hip Hop
Learn Pilates