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

aldemarcalazans wrote:

Perhaps adding to the "Edit Custom Command" dialog box a check box with the option "Reset subfolders cache" would be a solution for this problem and similars one's - see attached.

Thanks for your suggestion.
Will see if more people ask for this.
aldemarcalazans

Perhaps adding to the "Edit Custom Command" dialog box a check box with the option "Reset subfolders cache" would be a solution for this problem and similars one's - see attached.
martin

Re: Remote panel does not automatically refresh directory after a recursive chmod operation

OK. WinSCP cannot know what the command does. So for some, like you, the problem is that the subfolder cache is not reset. While on the other hand, for others, resetting the cache might be a problem, if they usually execute custom commands that do not modify nested files.
aldemarcalazans

Re: Remote panel does not automatically refresh directory after a recursive chmod operation

Yes, this is what happens: the problem is with the subfolders and files inside them.
martin

Re: Remote panel does not automatically refresh directory after a recursive chmod operation

For me the current directory is refreshed - but cache for subfolders is not.
Is this what you mean?
Or do you have the problem even with the current directory?
aldemarcalazans

Remote panel does not automatically refresh directory after a recursive chmod operation

In my development server, every time I extract a .tgz or .zip file, I need to change the permissions to 0664 (file) and 0775 (folder).
To simplify this task, I created a custom command line as follows:

Set permissions to 0664 and 0775

chmod --recursive u=rwX,g=rwX,o=rX !&


I noticed that it works perfectly, except by the fact that the new permissions are not imemdiately seen, unless you manually refresh the directory.
Note: the checkbox at Panel|Remote|Remote panel|Automatically refresh diferctory after operation is checked!

Operating system: Windows 7
WinSCP version: 5.13.4
protocol: SFTP
GUI: commander interface