Mobile app version of vmapp.org
Login or Join
Nickens628

: Chrome Extension or online tool to access and edit files on server via FTP/other protocols I recently got a Chromebook Pixel, and find it to be a great alternative laptop to my Macbook Pro,

@Nickens628

Posted in: #Ftp #WebDevelopment

I recently got a Chromebook Pixel, and find it to be a great alternative laptop to my Macbook Pro, especially for non coding tasks like email etc.

I was wondering if there was any IDE style extension or web app that I can use to access my server via FTP or some other protocol, which would allow me to view and edit the backend files (PHP, HTML, images and so on) and upload them back when I hit save. This would allow me to edit and develop my website without starting up the MacBook Pro, which can be quite slow due to all the other stuff I run on it.

I was looking for either an extension that plugs straight into Chrome, or something along the lines of eXtplorer, which is a PHP based file manager for servers. It has some of these features inbuilt, and can edit files, but is quite slow and doesn't have stuff like code autocompletion.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Nickens628

2 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

A quick google search returned a couple of cloud based IDEs.


Cloud9 IDE
ShiftEdit
Compilr


I have not tested them, from the looks of it Cloud9 seem to support ftp right out of the box. If you're looking for a chrome extension with advanced features such as code auto-completion you might be out of luck. There are ftp extensions but I haven't heard of a full fledged IDE as a extension.
Also at least to me there is little point in having a complete IDE as a chrome extension, extension weren't designed to be used as full fledged "programs".

Edit: The open source editor Brackets also looks promising.

10% popularity Vote Up Vote Down


 

@Speyer207

Web Administration Control Panels

You can do this on the server level rather (PHP File Manager) than using an extension - all you need is a web control panel such as directadmin or cpanel which I know these support these features you have listed, these however cost money - most shared hosting will provide cpanel free of charge. If you operate your own server and want to keep costs down then here is free alternatives to cpanel and directadmin but I'm unable to comment if these support this feature but you can investigate further:


There are many free control panels alternatives to cpanel heres 9 take your pick


Webmin
Web CP
Flex CP
SysCP
ISPConfig 3
Virtualmin
Ehcp
Zpanel
Kloxo



PHP File Managers

You can also edit files online from any computer using the browser using a php file manager that is installed on your website, such as:


phpFileManager
ajaxplorer
FileThingie
KFM Manager
eXtplorer
BytesFall Explorer
PHPfileNavigator
QuiXplorer
NavPHP


Inline HTML Editors

Another option could be that you use inline HTML editors such as:


Dynamic Content Editor


CKEditor
TinyMCE
Aloha Editor
NicEdit
Snippetedit
Wymeditor
PimenTech-scripts : jquery.jframe.js
Jeditable
jQuery Editable
Edit in Place With Ajax Using jQuery JavaScript
Table Editor (Useful for Editable Tables)
jQuery Plugin: Inline Text Edit
Ajax Instant Edit
JeIP

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme