
October 6th, 2005, 10:58 PM
|
|
Contributing User
|
|
Join Date: Jul 2004
Posts: 136
  
Time spent in forums: 1 Day 1 h 31 m 16 sec
Reputation Power: 7
|
|
|
mget Files To A Specific Location On The Destination Drive
Can anyone see what's wrong with the syntax that I'm using here? I am trying to mget files from a remote server to a SPECIFIC location on a local destination drive. The remote server in UNIX, and the local destination OS is Windows. What's happening is that I'm getting a message that the destination location cannot be found, and the files are winding up in the same directory where the script is being launched. he following is the syntax that I'm using:
mget *.* "C:\ABC\MYFILES\"
Any help in correcting this situation would be greatly appreciated!
|