alternative to FileZilla?
I downloaded an older version of Filezilla (Filezilla v3.2.7.1) which is not supported. I thought I could risk it but then I read a review that says this older version opens malware, etc. A mess.
Can anyone suggest something besides FileZilla?
Thx
7 Replies
2) Use Cyberduck (as pclissold suggested)
or 3) Use SFTP/SCP via the Terminal
I don't want to upgrade my OS system to 7 yet, because the version of all my Adobe applications will not be accepted by OSX- 7. Adobe Series costs a lot, even to upgrade.
So I'll try yoour alternative suggestions.
I carefully followed its instructions but for some reason the password box is grayed out! I was able to enter everything else but not pswd box! Would the deprecated note at top of page be reason? But why wouldn't it work if I'm using an older Operating System?
Is there a better tutorial regarding Cyberduck + Linode + MAC?
Thanks.
the URL (below IP) became "sftp://centerschool@192.155.91.45:22/mirror"
"/mirror" was automatically added. Is that why I can't enter a password?
@nzguy:
Since the future is cloud, try Monsta FTP (disclaimer: I'm involved with this project). You shouldn't be tied down to locally-installed apps.
http://www.monstaftp.com
For the love of all that is holy, DO NOT DO THIS. For one, FTP is incredibly insecure and should not be used. Credentials are passed in plaintext over the Internet, leaving them vulnerable to interception by third parties. Second, never give credentials to a third party, because you have no idea what could be happening to them. They could be recording the credentials themselves, or an attacker who has compromised their servers could be recording them. If you need to upload files to a server, always use SFTP, and always use local tools to do this. If you prefer graphical tools, there's FileZilla (Windows, OS X, Linux), WinSCP (Windows), and Cyberduck (Windows, OS X), to name a few. If you don't mind the command line, or want to get more comfortable with it, openssh ships with sftp on Linux and OS X, and if you use the installer, PuTTY comes with psftp on Windows.