Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hey all, Does anyone know of an IDE for editing files such as PHP, HTML, and CSS through a SFTP connection? I have both an android device and an iOS (version 3, that is) device, and the only result I get for an application like this in both marketplaces is in the App Store. It didn't seem particularly appealing (also, it required an iOS 4 upgrade), and i'd prefer something for my android device (it has a hardware keyboard). Is there such a thing out there?

Thanks.

share|improve this question
SFTP is for securely transferring files. Do you mean tunneling through SSH? – AphexMunky Sep 6 '10 at 6:32
ConnectBot + vim? – benvd Sep 6 '10 at 8:36
@AphexMunky actually, no - I mean editing files through SFTP by grabbing the file from the server, editing it on the device, then transferring the edited file back to the server. I just want SFTP integrated into the editor. – Trey Keown Sep 6 '10 at 15:32
@benvd I've tried ConnectBot + nano, but it was somewhat problematic, not to mention frustrating. Lag was an issue. – Trey Keown Sep 6 '10 at 15:35

1 Answer

I realize this is pretty old now, but just in case for anyone else. Two AndExplorer and AndFTP Pro. You can mount a virtual SFTP site as a directory and then use whatever. Use it on my Droid X quite a bit.

share|improve this answer

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.