FTP server no response

Core FTP client questions and answers
Post Reply
arun
Posts: 1
Joined: Mon Mar 03, 2014 9:22 pm

FTP server no response

Post by arun »

I am copying a bunch of files daily from my FTP server and i am using korn shell script . It is daily job and my connection us sporadically hung sometimes.

i don't see anything after this in console .. any idea what could be the reason ?

331-(220-You are user number 17 of 5000 allowed.)
331-(220-Local time is now 03:00. Server port: 21.)
331-(220-This is a private system - No anonymous login)
331-(220-IPv6 connections are also welcome on this server.)
331-(220 You will be disconnected after 10 minutes of inactivity.)
331 User **** OK. Password required


Does it mean FTP waiting for password ? But the same script works other day. Wonder is it could be a FTP server problem ? any input will be helpful.
Post Reply