client batch problem

Core FTP client questions and answers
Locked
brown2
Posts: 1
Joined: Thu Jan 09, 2014 9:33 pm

client batch problem

Post by brown2 »

When I test this batch file to upload file I get

'SWbillingFTP' is not recognized as an internal or external command,
operable program or batch file.

start "" "c:\program files (x86)\CoreFTP\coreftp.exe" -s -O -site
SWBillingFTP -u "c:\ftp\Goals.CSV" -p "/test/"

Thanks
ForumAdmin
Site Admin
Posts: 1004
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Use the "runas" command and specify the current user logged in, or use file based storage, view -> options -> data -> use default config file, which allows all users to see site profiles.
Locked