I am trying to use the mget command and download all csv files to a specific folder.
I tried the following code but i wasnt able to successfully download the files.
cd /outgoing
mget *.csv \\ServerA\MorningFiles\Download
This is the error message I received:
"open for read: no such file or directory"
I tried the path with quotes and without and they both failed.
Any ideas?
Thanks
sam
I tried the following code but i wasnt able to successfully download the files.
cd /outgoing
mget *.csv \\ServerA\MorningFiles\Download
This is the error message I received:
"open for read: no such file or directory"
I tried the path with quotes and without and they both failed.
Any ideas?
Thanks
sam