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?
			
			
									
						
										
						Problem with command line version
RE: Problem with command line version
I think the site name in the first one might be misspelled
			
			
									
						
										
						- 
				ForumAdmin
- Site Admin
- Posts: 1017
- Joined: Mon Mar 24, 2003 4:37 am
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
			
			
									
						
										
						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