How is the file to be specified for the ImportFromFile command in the telnet service?
I've tried local path, UNC path, with and without quotes, response is always
"Wrong Parameter. file does not exist or wrong parameter."
Examples:
ImportFromFile D:\TEMP\File.txt
where D: is a local drive on the machine from which I'm telnetting.
ImportFromFile \\server\temp\file.txt
where temp is the sharename for D:\TEMP on the server named.
Both of the above with double quotes around the file path.
Both of the above with single quotes around the file path.