kreoton web development

Archive for October, 2007

File saving on FTP with gEdit in Linux (Ubuntu)

Monday, October 29th, 2007

Last weekend i spend searching the net for good php editor in Linux. I downloaded about 10 of php editors: Quantana, Vim, Kate and others, but the best editor i found is gEdit. But it has one little problem in base configuration it can not save files directly to ftp but this can be sloved:

1. Hit Alt + F2 on your keybord
2. Enter gconf-editor
3. Navigate to  /apps/gedit-2/preferences/editor/save/
4. To  writable_vfs_schemes parameter add ftp

Now you can directly save files to your ftp.