- martin
Post a reply
Topic review
- gufmar
Name local temp folder by session/connection
When a file is downloaded for local editing it is stored on a temp folder like this
the request is to replace the
This way it is easy to separate similar files from different folders.
C:\Users\myuser\AppData\Local\Temp\2\scp43905\folder\config.txt
the request is to replace the
scp[num]
with the site name of this remote connection
C:\Users\myuser\AppData\Local\Temp\2\myServer01\folder\config.txt
This way it is easy to separate similar files from different folders.