WinSCP command script problem with GET command
Why does WinSCP properly handle this command:
get myfile200601.txt f:\
but not this one?
get myfile200601.txt f:\source\temp_transmission
- the response found in the log is:
. 2006-01-09 11:32:43.634 File: "/out/myfile200601.txt"
. 2006-01-09 11:32:43.634 Copying "/out/myfile200601.txt" to local directory started.
. 2006-01-09 11:32:43.634 Binary transfer mode selected.
* 2006-01-09 11:32:43.634 (ExtException)
. 2006-01-09 11:32:43.634 Asking user:
. 2006-01-09 11:32:43.634 'f:\source\temp_transmission' is not file! ()
* 2006-01-09 11:32:43.634 (EScpSkipFile) 'f:\source\Temp_Transmission' is not file!
get myfile200601.txt f:\
but not this one?
get myfile200601.txt f:\source\temp_transmission
- the response found in the log is:
. 2006-01-09 11:32:43.634 File: "/out/myfile200601.txt"
. 2006-01-09 11:32:43.634 Copying "/out/myfile200601.txt" to local directory started.
. 2006-01-09 11:32:43.634 Binary transfer mode selected.
* 2006-01-09 11:32:43.634 (ExtException)
. 2006-01-09 11:32:43.634 Asking user:
. 2006-01-09 11:32:43.634 'f:\source\temp_transmission' is not file! ()
* 2006-01-09 11:32:43.634 (EScpSkipFile) 'f:\source\Temp_Transmission' is not file!