Re: V 6.5.2: Rename Folder does not work anoymore
I can see in the log that WinSCP has asked the server to rename
/apps/pms_v1/backend/storage/app
to /apps/pms_v1/backend/storage/app1
. That seem all right to me. I do not think the problem is on WinSCP side (or can you rename the file using any other SFTP client?). By mv
command, I assume you mean shell command, not WinSCP scripting command, right? As a fallback solution, you might try using SCP protocol with WinSCP for the rename. Or setup a custom command to run the shell mv
.