Problem with command line version

Core FTP client questions and answers
Post Reply
biot99
Posts: 1
Joined: Sun Jul 03, 2011 12:26 pm

Problem with command line version

Post by biot99 »

I have a problem with the command version of corecmd (downloaded and installed yesterday).

When there is a space in the path info of the source file then the scripts never accesses the specified folder. The script is:

"c:\program files\coreftp\corecmd.exe" -O -site crystal2-blanch -d "/Blanch/TOMS Branch1/*.zip" -p c:\edward\thursday

"c:\program files\coreftp\corecmd.exe" -O -site crystal2-Branch2 -d /Bhouse_Toms_FTP_Backup/Bhouse_Toms_FTP/H_DataBUP/*.zip -p c:\edward\thursday

The first entry above fails, the second works. Anyone got any ideas?
vfedorov
Posts: 15
Joined: Tue Jul 05, 2011 9:32 pm

RE: Problem with command line version

Post by vfedorov »

I think the site name in the first one might be misspelled
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

There is a spaces/quotes problem in the Vista/Win7 version... Fixes will be in build 1688 and greater.


You can get around the issue temporarily by putting a \ in front of the quote (after .zip before "), but this should only be used as a temporary solution:

"c:\program files\coreftp\corecmd.exe" -O -site crystal2-blanch -d "/Blanch/TOMS Branch1/*.zip\" -p c:\edward\thursday
Post Reply