Ap not "seeing" mapped or networ; drive using comm

Core FTP client questions and answers
Locked
weinerdr
Posts: 4
Joined: Fri Jan 13, 2012 4:02 pm

Ap not "seeing" mapped or networ; drive using comm

Post by weinerdr »

I am using this command:
"c:\Program Files\coreftp\coreftp.exe" -O -ssldirect -site IMMTrac_Submit -u -newest \\sql1\NextGenRoot\Prod\EMR\ImmTrac\Send -p /submit -output c:\temp\submit_output.log -log c:\temp\submit_log.log
or
"c:\Program Files\coreftp\coreftp.exe" -O -ssldirect -site IMMTrac_Submit -u -newest I:\Send -p /submit -output c:\temp\submit_output.log -log c:\temp\submit_log.log

Application on other side is saying that it can't change directories, even though when I manually move the file there is no problem with reading directories.
Error: 550 Folder i:\send/ not found
Error: 550 Folder \\sql1\... not found

please help!
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

"c:\Program Files\coreftp\corecmd.exe" -O -ssldirect -s -site IMMTrac_Submit -u -newest I:\Send\* -p /submit -output c:\temp\submit_output.log -log c:\temp\submit_log.log
Locked