I have a connection setup through FTP GUI that works fine, can push and pull files. I setup a command line to do the download of my files and it worked as well. Now if I go to run it again I am getting the following error.
Cannot send/receive/list at this time, connection busy
-0 bytes transferred
Server returned invalid response to FXP_READ
Data port failed
Error loading directory....
and then it closes down and exits CoreFTP. However, I can go right back in using the GUI and it works. Here is my command line.
"C:\Program Files\CoreFTP\coreftp.exe" -O -site StuderGroup -d/Outbox/*.pdf -p C:\StuderGroup\CallLogs\
I know my connection and username/password is correct and the port is correct because the GUI works fine. The command line did also until I terminated the connection and tried it again.
COREFTP command line wored, now it fails with an issue
-
- Posts: 5
- Joined: Wed Feb 15, 2012 9:45 pm
-
- Site Admin
- Posts: 1011
- Joined: Mon Mar 24, 2003 4:37 am
-
- Posts: 5
- Joined: Wed Feb 15, 2012 9:45 pm
-
- Posts: 5
- Joined: Wed Feb 15, 2012 9:45 pm
I tried the corecmd.exe and it didn't work. So I setup the log and reran it and here are the results of the log:
Started on Friday February 17, 2012 at 13:54:PMResolving pcm-interface.sgsuite.com...
pcm-interface.sgsuite.com connecting...
SSH-2.0-PCM Patient Call Manager
client -> aesserver -> aes12:db:86:ef:0f:d2:06:59:48:5f:a2:42:4e:14:cb:bdssh-rsaSending passwordPWD
Current directory is '/'
Keep alive off...CWD
RETR .c:\StuderGroup\output.log
Cannot send/receive/list at this time, connection busy - 0 bytes transferred
Server returned invalid response to FXP_READData port failedError loading directory...Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 1
Total downloaded data: 0
Started on Friday February 17, 2012 at 13:54:PMResolving pcm-interface.sgsuite.com...
pcm-interface.sgsuite.com connecting...
SSH-2.0-PCM Patient Call Manager
client -> aesserver -> aes12:db:86:ef:0f:d2:06:59:48:5f:a2:42:4e:14:cb:bdssh-rsaSending passwordPWD
Current directory is '/'
Keep alive off...CWD
RETR .c:\StuderGroup\output.log
Cannot send/receive/list at this time, connection busy - 0 bytes transferred
Server returned invalid response to FXP_READData port failedError loading directory...Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 1
Total downloaded data: 0
-
- Posts: 5
- Joined: Wed Feb 15, 2012 9:45 pm