1834389 Members
2379 Online
110066 Solutions
New Discussion

Re: FTP issue

 
nandakumar.m
Occasional Advisor

FTP issue

Hi

user logs

Rajesh Jaganmohan C:\>ftp tonsna.corp.terallane.com
Connected to tonsna.corp.teraalne.com.
220 tonsna.corp.teraaalne.com FTP server (Version 1.1.214.4(PHNE_30990) Mon No
12:47:12 GMT 2004) ready.
User (tonsna.corp.teraalne.com:(none)): jagannar
331 Password required for jagannar.
Password:
230 User jagannar logged in.
ftp> mput *.txt
mput a.txt.txt? y
Connection closed by remote host.
ftp>

USER GETTING CONNECTION CLOSED BY REMOTE HOST

Please give me what would be the issue...

thanks
3 REPLIES 3
Ivan Krastev
Honored Contributor

Re: FTP issue

Try to login on server and ftp to localhost.
If there are no error this is the network issue - maybe firewall.


regards,
ivan
Peter Godron
Honored Contributor

Re: FTP issue

Hi,
has this worked before ?
Have there been any firewall changes?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1022419

Also:
Could you please update your other thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1075943

and start awarding points:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Your profiles shows you gave not assigned any points !
Biswajit Tripathy
Honored Contributor

Re: FTP issue

Yup.. my guess would be same as both the above replies, i.e firewall.

The way ftp works is, it creates a new connection
for the data and the new connection could be
getting terminated by the firewall. Try switching
between active/passive mode and it might help.
To do this, just type "passive" at the "ftp>" prompt
and them go ahead with mput.

- Biswajit
:-)