Re: Access denied when put files from fileshare
So if you create a plain WinSCP script with
And if you call the script from a batch file, with
get \\myserver.com\share\myfile.txt /uploads/folder/myfile.txt
, would it fail the same way?
And if you call the script from a batch file, with
copy \\myserver.com\share\myfile.txt
before running WinSCP, would copy
work or not?