Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FTP error

Former Member
0 Likes
372

Hi,

I am transferring data from application server to a another server using FTP,

using the FTP scripts, some times the file move from to other times it fails and it shows as the Connection Refused.

FTP Log

ftp> Invalid command.#

ftp> XXXXXXXXXX

Invalid command.#

ftp> XXXXXXX150

Not connected.#

ftp> cd CockpitFiles

Not connected.#

ftp> ls -l

quit

ftp: connect :Connection refused

Please let me know what would be the reason.

regards,

Prabhu

1 REPLY 1
Read only

Former Member
0 Likes
336

Did you check if the login credentials are valid and whether the FTP server is up and running?

Just to check if the connection is still established between your app server an the FTP server, try running the report RSFTP002, giving the login credentials, host name and a test command 'ls'.