Drag and Drop folder move on remote server fails
Hi
Im using WinSCP on Windows 7 to move files around on a ubuntu 11.04 server on my network. Im using SCP protocol.
When i try to drag a folder from /mnt/hda/Some Folder to /mnt/hda/Another Folder i get error message:
Command 'mv -f "Some Folder" "/mnt/hda/Another Folder/Some Folder"'
failed with return code 1 and error message
mv: omitting directory `Some Folder'.
When i try this command in Putty i also get and error, but if i add the -r flag the move is done successfully:
mv -rf "Some Folder" "/mnt/hda/Another Folder/Some Folder"
Is there an way to have WinSCP add the -r flag to the mv command when i use drag and drop?
Thanks
Im using WinSCP on Windows 7 to move files around on a ubuntu 11.04 server on my network. Im using SCP protocol.
When i try to drag a folder from /mnt/hda/Some Folder to /mnt/hda/Another Folder i get error message:
Command 'mv -f "Some Folder" "/mnt/hda/Another Folder/Some Folder"'
failed with return code 1 and error message
mv: omitting directory `Some Folder'.
When i try this command in Putty i also get and error, but if i add the -r flag the move is done successfully:
mv -rf "Some Folder" "/mnt/hda/Another Folder/Some Folder"
Is there an way to have WinSCP add the -r flag to the mv command when i use drag and drop?
Thanks