Error using scripting when connecting to a WebDAV server
Hello,
I'm trying to use scripting to put a file to a remote server using WebDAV. I think that it's something to do with root permissions, but I can't find a way round it. It is fine using the GUI. The script that I'm using to connect is :-
This connects successfully. I then cannot change to the
or put any files from my local folder. :-
I've attached a log file, apologies as I've tried many times.
I'm trying to use scripting to put a file to a remote server using WebDAV. I think that it's something to do with root permissions, but I can't find a way round it. It is fine using the GUI. The script that I'm using to connect is :-
open davs://email.email%%40toolstop.co.uk:xxxxxxxxxxxxxxxxxxxx55dcbd47b849%%20@store-hdu45lh2w7.mybigcommerce.com/
dav
folder, :-
Error changing directory to '/dav/'. Authentication failed. Could not authenticate to server: rejected Digest challenge
winscp> lcd \\sr0004tol\shared\Hourly_Dashboard \\sr0004tol\shared\Hourly_Dashboard winscp> put * dashboard.txt | 279 B | 0.6 KB/s | binary | 100% Error transferring file 'dashboard.txt'. 404 Not Found (A)bort, (R)etry, (S)kip, Ski(p) all: If I try to connect to open davs://email.email%%40toolstop.co.uk:xxxxxxxxxxxxxxxxxxxx55dcbd47b849%%20@store-hdu45lh2w7.mybigcommerce.com/dav/ Authenticating... Access denied. Authentication failed. Could not authenticate to server: rejected Digest challenge Connection failed.