Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Is there a Chrome (browser) extension like FireFTP from Firefox?

I've tried to find it without success

share|improve this question

4 Answers

An alternative might be to use a 3rd party website such as http://www.net2ftp.com

Again, not hugely exciting. Both the obvious looking "FTP" chrome extensions (Chrome FTP & FTP Client) are pretty poor, but you never know, YMMV.

share|improve this answer

I have put together a site using the net2ftp script that works pretty well. I put it behind and SSL so it is also secure.

http://chromeftp.com

share|improve this answer

Yeah, slim pickings, I'm afraid.

You can use Chrome's built-in FTP client, but it's pretty basic. eg: ftp://anonymous:password@ftp.redhat.com/redhat/linux/

(You can skip the "username:password@" prefix and Chrome will prompt you for them instead.)

share|improve this answer
1  
put "username:password" into the url if you reference it later... – akira Dec 7 '10 at 21:54
I think this is a step in the right direction. I just wish that either a Chrome extension would feed off of this and enhance it more, or Google would improve this system so that I can read/write files and folders, rename things, delete things, and change permissions. – Volomike Jan 9 '12 at 20:05

You just open a new tab or window and write your FTP address. It will then ask for the user and password details. You don't need to download any program or extension.

share|improve this answer
3  
The FTP browser is read-only, so does a fraction of what FireFTP does – Andrew Alcock Jul 31 '12 at 9:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.