how to invoke FTP in my server.

I have a production server and sending ftp out off the server is not working. When i do ftp i get connection refused.
[124 byte] By [shankiea] at [2007-11-26 16:53:13]
# 1
> I have a production server and sending ftp out off> the server is not working. When i do ftp i get> connection refused.All outbound ftp servers or specific servers?alan
alan.paea at 2007-7-8 23:20:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
I have solaris 10x86 installed. How can I configure ftp, apache or a tomcat server?Thanks in advance.
jet_1234a at 2007-7-8 23:20:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
Alan, All outbound serversMessage was edited by: shankie
shankiea at 2007-7-8 23:20:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4

Beats me,

Do you actually connect to the other server, or does something like a firewall get in the way?

Can you try a different ftp client? Probably not since its a server, but you might be able to fudge a little by placing one on a cd, and then using it from that media, if they'll let you.

Do you get a logon screen, or just the refused message?

alan

alan.paea at 2007-7-8 23:20:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5
Just the refused message.Any other thoughts!
shankiea at 2007-7-8 23:20:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 6

> Any other thoughts!

Do what I do when no one else is looking: beg, make it an offer it can't refuse, offer up burnt sacrifices, etc....

Ok, I'll assume that the server is fully qualified in DNS and has the correct reverse listing?

Does snoop show anything?

What happens if you just telnet to the ftp port on the other server?

alan

alan.paea at 2007-7-8 23:20:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 7
Telnet works on other server. A > B works - telnet, ftpB > A does not work - telnet and ftp
shankiea at 2007-7-8 23:20:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 8

When all else fails, punt the box.

Since it happens to all outbound something like TCP Wrappers is probably not involved.

If you really need that to work from the server then you're going to have to do something. You could move files by cd,etc. for a while.

Schedule a reboot unless any one else has an idea.

alan

alan.paea at 2007-7-8 23:20:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...