Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

For such use case, I believe that it's better to download the file and edit the local copy. You want to have the file stored in a known well-defined location (not in a temporary folder), if you need to keep it ready for the review and future upload.
Kaz

Thanks for your answer.

We have only old-fashioned rules for uploading files.
First we edit files in local, and after manager approve the files, we can upload them manually.
Because the remote files editted directly have no approval, they should never upload.
martin

Re: Option that don't upload when we edit remote file

So when should it upload? When you close the editor?
If you know some scripting, you can achieve that by wrapping editor call into a simple script that makes a copy of the edited file, opens the copy in the editor, and when the editor closes, copies the file back.
Kaz

Option that don't upload when we edit remote file

Thanks for great app.

The remote file edited directly will upload automatically.
It is useful for almost all users but I don't need such function.
Do you have some way disable this function?
I couldn't find out from setting.

Behavior I want:

  1. double click to open a remote file
  2. edit and save (Ctrl+S)
  3. at this time, overwrite only in temp folder, don't update

If you need more information please let me know.
Thanks.