tags:

views:

856

answers:

7

I am looking for a way to maintain LAMP-based websites entirely from a browser window.

Currently I'm using FlashFXP and NoteTab Pro for FTP and code editing, but they're only good as long as I'm at my desk.

I'd like to find a way to make site edits when I'm away from the office.

If I'm visiting family, and a client calls me about a bug in their site, it would be great to be able to connect to an online FTP client, enter the password, and work directly on the host.

At a minimum, this program would need multiple undoes, tabs for indenting, the ability to CHMOD, and the ability to create and delete files on the server.

I would like to avoid an advertising-heavy solution, and a clean GUI is a priority.

. . .

FireFTP is really slick but it refuses to show some files on the main site I maintain. And, since this program will be used on computers that are not mine, and possibly in public places, it would be nice to avoid installing a plug-in (and possibly a browser). If I can get it to work I may use it for everyday FTP.

Bespin looks promising but as of this writing it has no FTP connection capabilities, and very limited export possiblities.

Final choice: Net2FTP. It does everything I want. My only complaint is that it's ugly, but I can live with it in return for the flexibility I'll be getting in return.

+1  A: 
ryeguy
Net2FTP is getting there, but no editing capabilities. This means that I'd be limited to the editing capabilities of Note Pad. I know I'm asking a lot ;-) It could also be a security risk if I download files to edit them in a cybercafé and forget to delete them afterwards.
Andrew Swift
+3  A: 

I've used FireFTP before, a Firefox FTP addon. It offers all the features of a standard FTP client, but runs in its own tab.

Update: You can always install Firefox Portable and install the plugin there, that way you can carry it with you on a usb stick to use on other peoples computers.

tj111
+1  A: 

Now that you've specified you're actually looking for web-based and not browser-based, for editors I suggest taking a look at Bespin, its name has been coming up fairly often recently.

Chad Birch
Good call. I'm looking at Bespin, and I cannot for the life of me figure out how to use the text I edit -- can I export it? can I put it somewhere via FTP? There seems to be no provision for using the files anywhere. Is there an import function that I could use in conjunction with Net2FTP?
Andrew Swift
I've never used it personally, but the command "export" looks promising, from the command list here: https://wiki.mozilla.org/Labs/Bespin/Commands
Chad Birch
+1  A: 

i like net2ftp

which is net based, allows uploads, page/code edits in a standard text box

another nice feature: you can upload net2ftp to your own personal website and use it to ftp into any other site that you have access to.

Jayrox
I am looking at it, but I can't see where you could edit a page in a text box. Can you explain how that is possible?
Andrew Swift
from the screen with the file list, goto the far right column and click on edit
Jayrox
then just click the little floppy disk icon once you are finished to save the file
Jayrox
Thanks a lot for your answer.
Andrew Swift
no problem, glad i could help :)
Jayrox
A: 

As said in tj111 answer (http://stackoverflow.com/questions/611597/looking-for-web-based-ftp-client-text-editor/611605#611605) you could install fireFTP and FireFOx portable to be able to run firefox from a USB-stick.
Then you could on the same USB-stick install notepad++. It's a great open-source editor with syntax highlighting and parameter hinting and a lot more. (http://notepad-plus.sourceforge.net/nl/site.htm) Then you could run both fireFTP and notepad++ from that USB-stick. You can configure fireFTP to automaticly open files with notepad++. When you'll save the file in notepad++ fireFTP will automaticly update it on your FTP server.

Pim Jager
A: 

PHPanywhere.net is exactly what you are lloking for. :)

It's a real-time syntax code editor with support for all web formats and includes a powerful FTP editor.

Check it out @ http://phpanywhere.net/ and let me know what you think!

PHPanywahere.net is perfect for what I want, and I would recommend it. However, it is not a good tool for uploading files (one at a time, 50MB limit per day). So it'll be nice when I'm traveling but won't serve as a real working FTP solution. It would still be nice to find a solution that is robust enough to use for ALL my FTP stuff.
Andrew Swift
As of November 20th, 2009, phpanywhere seems to be hosting malicious scripts (according to a visit in the Chrome browser).
Andrew Swift
+2  A: 

Personally i am using http://kodingen.com for my remote work. They also provide free hosting for developing new project...

anyway check it out!

for me phpanywhere.net did not work... i always got corrupted files and pasting problems.

Good Luck

PS: i know its an old post but someone might find it usefully.

fdanialex