Recover Webstorm FTP Moved File Log

We have a site that we just logged onto and some erratic mouse movement caused a file to get moved into a directory.  We have no record of the original directory structure and are trying to find out if there is some way to see what files web storm moved.

I did not have detailed logging turned on at the time.  Does that mean that no record was ever created or is there some place I can look to find this out.

0
1 comment

Hi there,

>Does that mean that no record was ever created 

Correct.

Such transfer log, if produced, will be displayed in the Transfer toolwindow, which is active while project is opened.

More "permanent" log is possible .. but it's meant for debugging the deployment operations .. and therefore will include all FTP raw commands (will be quite a few of them per each file) and will be saved into main idea.log file (which can be located via "Help | Show Log in XXX").

 

P.S. For the future (to prevent such accidents) I may only suggest to enable "Drag-n-Drop with ALT pressed only" option.

https://stackoverflow.com/a/44594758/783119

1

Please sign in to leave a comment.