Page 1 of 1

Feature Request: Remote File Editing: Auto Upload on Save

Posted: 2008-01-14 21:05
by doublethink
Hi there!

I'd like to present my use case and request a feature - auto uploading on edit.

I often do a lot of work directly on remote sites via FTP. For example, a client has a development environment that I work on via FTP to do my daily work.

Over the course of a day I can be working on dozens of files in various directories within the remote file tree.

Presently, I use dreamweaver 8 which has great FTP/Remote File synchronisation, but is unstable and leaks memory.

What I'm after is a way to use FileZilla to work in this manner - browse the remote directory tree with FileZilla, pick and choose files to edit using my local text editor, then when I save the file locally using the text editor, FileZilla picks up that save and automatically uploads the changed file to the server (if I so configure FZ to do that) in the correct folder.

thoughts?

I used to use Unison: http://www.cis.upenn.edu/~bcpierce/unison/ to handle easy sync'ing, but webhosts are often very restrictive about what they allow (ssh tunnel for example).

edit: I see someone else wants the same thing:
What would be doubly cool is if the 'File has changed' dialogue could have a 'always use this answer' option much like the overwrite files dialogue. That way, changes saved through the edit remote file facility would automatically push back to the server without needing to switch the the client window and ok the dialogue each time.
(http://forum.filezilla-project.org/view ... 461#p16461)

Re: Feature Request: Remote File Editing: Auto Upload on Save

Posted: 2008-01-14 22:26
by botg
Unfortunately there is no way to detect when a program has finished writing to the file. Fully automatic upload on changes would lead to potential data corruption, especially on non-Windows systems.

Re: Feature Request: Remote File Editing: Auto Upload on Save

Posted: 2008-01-17 04:13
by doublethink
botg wrote:Unfortunately there is no way to detect when a program has finished writing to the file. Fully automatic upload on changes would lead to potential data corruption, especially on non-Windows systems.
Ah, that's a real shame. I guess I need to fine a decent editor/ide that handles my requirements - quick and easy remote file editing/tree browsing.

Dreamweaver8 does it so well, but I'm keen to find an open source alternative (that doesn't lock me into windows).

Perhaps eclipse/pdt, but when I read about their FTP plugin it sounded a little cumbersome.

Oh well, thanks!

Re: Feature Request: Remote File Editing: Auto Upload on Save

Posted: 2008-01-17 15:38
by jesus2099
smartFTP can do it too.
(I'm not saying I don't like filezilla!)

Re: Feature Request: Remote File Editing: Auto Upload on Save

Posted: 2008-10-16 07:57
by jesus2099
It has now been possible for a long time, thank you very much.
It would be nice that, in this file monitoring mode, the files would be auto-uploaded when changed instead of displaying a confirmation box — it could be configurable if there are people whishing to keep this dialog.

Re: Feature Request: Remote File Editing: Auto Upload on Save

Posted: 2008-10-17 16:14
by Stefan1200
doublethink wrote:quick and easy remote file editing/tree browsing.

Dreamweaver8 does it so well, but I'm keen to find an open source alternative (that doesn't lock me into windows).
Notepad++ can this with the FTP plugin. But I still use FileZilla for this.

Edit: Sorry, I saw the dates to late. It still shows anything as new here :).

Re: Feature Request: Remote File Editing: Auto Upload on Sav

Posted: 2012-05-02 13:58
by Jeroi
Well windows have features to check that if file is open. If you would add a backproses that include mouse right klick on windows explorer to select folder, where filezilla would do SVN style checking if ftp site has newer or folder file is newer. Always check that local file is not open. Then check in couble hours if the file is closed and then upload it.

I have always taught that why is not svn style file handling made available for ftp traffic. It would be so nice to have this for ftp also.

Re: Feature Request: Remote File Editing: Auto Upload on Sav

Posted: 2012-05-03 01:11
by boco
There are editors writing a file in chunks, closing it in between. Your check would simply fail.