Search found 3 matches

by waynejo
Wed Jun 12, 2013 9:20 pm
Forum: Client - General
Topic: CoreFTP Server V2.2 1775 64Bit Command Line Issue
Replies: 0
Views: 3516

CoreFTP Server V2.2 1775 64Bit Command Line Issue

I am attempting to code a command line transfer. I issue the command: c:\Program Files\Coreftp\coreftp.exe -s-O -site sitename -u <sourcepath\*.*> The product opens, but tries to connect to the local server IP address:21, not the site coded in the SiteID and port 22. I have also tried to use the url...
by waynejo
Thu May 23, 2013 8:36 pm
Forum: Client - Issues
Topic: Difficulties executing script post transfer
Replies: 1
Views: 5842

I have also tried:
RNFR %1
RNTO Archive/%1

I get:
Permission denied...
Request denied by server
by waynejo
Thu May 23, 2013 7:11 pm
Forum: Client - Issues
Topic: Difficulties executing script post transfer
Replies: 1
Views: 5842

Difficulties executing script post transfer

I have added the following to Advanced/Scripts/Cmds: cmd.exe /c move "S:\SAH Business\MedAssets SFTP\%1" "s:\SAH Business\Medassets SFTP Archive" When performing transfer, the command displays in the status window correctly, including the correct replacement for %1, but the files...