COREFTP command line wored, now it fails with an issue

Core FTP client questions and answers
Locked
stuckmania
Posts: 5
Joined: Wed Feb 15, 2012 9:45 pm

COREFTP command line wored, now it fails with an issue

Post by stuckmania »

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.
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

It might be some sort of connection limit.

Add the log, -log c:\existing_path\output.log, and post the log here...

Consider using corecmd.exe instead of coreftp.exe also
stuckmania
Posts: 5
Joined: Wed Feb 15, 2012 9:45 pm

Post by stuckmania »

I will try the corecmd first and see if it works. If not I'll try the log. Thanks for the help, will update as I find out.
stuckmania
Posts: 5
Joined: Wed Feb 15, 2012 9:45 pm

Post by stuckmania »

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
stuckmania
Posts: 5
Joined: Wed Feb 15, 2012 9:45 pm

Post by stuckmania »

I discovered the problem. I tore apart the command line and found the issue was because of a space after the -d in the download. I did not have a space (-d/Outbox) and I needed one (-d /Outbox) I did this and I have successfully downloaded 6 times since. Thanks.
Locked