Problem with FTP o n Unix SCO


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Problem with FTP o n Unix SCO
# 1  
Old 01-07-2008
Problem with FTP o n Unix SCO

my problem is like this
while ftping locally it works,
but when users from WAN try the ftp services it doesnt comes
the message it displays is as follows "connection closed by remote host "
please help
Thanks
# 2  
Old 01-07-2008
Question

Sounds like a network issue or a binding problem
Test the following:
  1. Can you connect locally using the hostname? (ie don't specify 'localhost')
  2. Can you ping your FTP server from the WAN?
  3. Can you telnet/ssh to the FTP server from the WAN?
  4. What happens if you telnet to port 21 on your ftp server from the WAN?
  5. Do you get the 'connection closed...' message immediately or after a delay?

1 Tests to see if you have the ftp daemon listening on the network interface or only on localhost.

2-4 Tests network connectivity between the boxen.

5 Tests for packets getting dropped (eg by a firewall) somewhere in the WAN.
# 3  
Old 01-09-2008
thanx for the reply
i am going to troubleshoot as you suggested
but another thing is that other services are acessible from the WAN,
and when ftping other win based server it works
thanx
# 4  
Old 01-09-2008
Quote:
Originally Posted by Athos19
thanx for the reply
i am going to troubleshoot as you suggested
but another thing is that other services are acessible from the WAN,
and when ftping other win based server it works
thanx
If you can get to other services on that same SCO unix server from the WAN then it's probably not worth trying the ping (2) and telnet/ssh (3) steps.

I'm thinking that it might be step 1 (the test for binding) that will be most valuable now...
# 5  
Old 01-14-2008
....Problem with FTP o n Unix SCO

1. the ping from the WAN is OK
2. on the 2nd steps still this is the message " connected to servername" then "connection closed by remote host"
3. telnet server ip success
4. telnet server ip on port 21 give "ftp server ready" as message
# 6  
Old 01-14-2008
What happens if you type a character and hit enter after telnetting in on port 21?
How long between the 'connected' and 'connection closed' messages? Do you get a chance to try and authenticate?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

SCO UNIX ftp - weird kind of working

hi, i am working on sco unix 5.07, i have 10 individual servers networked locally in which sco os is installed. one of them is not transferring the file to other servers but accepting all files. means Server (A) can accept the file through FTP from any server but not transferring FTP its own... (9 Replies)
Discussion started by: aafflatoon
9 Replies

2. SCO

SCO unix binary compatibility problem

Hi I am looking for sco xenix binary compatibility utility "cvtomf",(convert omf object to COFF object) Would you please help me ? tnx (3 Replies)
Discussion started by: javad1_maroofi
3 Replies

3. SCO

Problem with sco unix 5.0.5 and copy disk

Hi, i'm from Argetina and my english is very poor. I'm trying to copy disk with sco unix 5.0.5 -60Gb IDE Disk- (7476, 255, 63) to other disk -IDE 80Gb- and g4u v2.3. After the copy, i'm trying the 80Gb disk and the roblem is the partition /u/disco is empty. Note: /u/disco is the... (0 Replies)
Discussion started by: sebpes
0 Replies

4. UNIX for Dummies Questions & Answers

Problem installing SCO UNIX 6.0

Hi all, This is the first time I have attempted to install SCO UNIX. I have a customer that has requested we install it on a desktop sized machine and they have supplied me with their install CD - "SCO UNIX Release 6.0.0 Base Operating System Install disk CD 1" I am attempting to install it... (0 Replies)
Discussion started by: Becks
0 Replies

5. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

6. UNIX for Dummies Questions & Answers

hand needed about FTP service on SCO UNIX

Hi all. I'm pretty new to this forum,hope a good time here. issue is that I have a SCO UNIX 5.0.5 installed on the virtual machine VMware. Configured the NIC and assigned 192.168.18.254 as it's IP,and the host OS windows XP 's IP is 192.168.18.8 ,both of them can PING each other... (4 Replies)
Discussion started by: blf0
4 Replies

7. UNIX for Dummies Questions & Answers

FTP from SCO UNIX to Windows XP PC

I am trying to start an FTP session from my UNIX PC to a PC running XP. I aim to run a cron to manipulate remote files on the Windows M/C. I cannot connect to the Windows M/C when i start rthe FTP session on the UNIX box. I can do it fine the other way round. I have set entries in /etc/hosts... (2 Replies)
Discussion started by: farmacy
2 Replies

8. UNIX for Advanced & Expert Users

FTP - Sco Unix to ProFTPD Error

First off I did try google for help on this topic, didn't really find anything. When I try to ftp from my SCO Unix box (SCO_SV servername 3.2 5.0.5 i386) to a proFTPD server within my company I get this error Connected to 10.?.?.?. 220 ProFTPD Server ftp.hostname.com Name (10.?.?.?:root):... (1 Reply)
Discussion started by: whegra
1 Replies

9. SCO

inetd problem in Unix Sco

Hi, I cannot remote login into my unix sco server, only at the box itself, when I write root to login then enter, it immediately logs in without asking me the password :confused: , at the prompt it gives me this error : inetd:system defaults databse couldn't be allocated due to : cannot... (6 Replies)
Discussion started by: BAM
6 Replies

10. Programming

Help about SCO unix complie problem ?

Can you tell me why ? Thank you ! $ cc -L /usr/lib server.c -lsocket UX:acomp: WARNING: "server.c", line 60: argument is incompatible with prototype6 Undefined first referenced symbol in file ffush server.o... (2 Replies)
Discussion started by: loudingyang
2 Replies
Login or Register to Ask a Question