Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
FTP from SCO UNIX server to a PC
Name: Davy Date: January 14, 2000 at 06:39:28 Pacific
Comment:
Is this possible? I can ftp from the PC to the UNIX server (on same subnet / TCPIP etwork), however when I try and ftp to the PC from the UNIX server I get "Connection Refused". I have tried connecting to PC's with Win95 and NT, but get the same message (evern though I have added the computer names and ip's to the hosts table and can ping their ip's) Any suggestions gratefully appreciated.
Name: fgwang Date: January 19, 2000 at 18:20:05 Pacific
Reply:
you can download the software named NETTERM v4.2 http://software.wx88.net/ftpfiles/internet/int-teln/nt3242ai.exe
0
Response Number 2
Name: James Date: January 19, 2000 at 21:56:57 Pacific
Reply:
Unix runs a lot of services by default(A side effect of a net aware OS) telnet is run by the super daeman called inetd which will launch other Unix daemans not run independently and under the configuration of inetd. It so happens that telnet is run by inetd by default and that is why SCO is ready for telnet at anytime because the service is ready for the client. On you humble PC there is no service running on the telnet port of you PC. Connection refused should really say "service unavailable". If the earlier post has directed you to a telnet server than you will be on your way. Good luck.
0
Response Number 3
Name: Chuck Date: February 7, 2000 at 22:21:30 Pacific
Reply:
to ftp to the PC you need to have an ftp server running on the PC. I use one from NetManage. It works great. User control and all.
Summary: well, obviously i take it that FTP is closed on the unix box and you can't ftp in. How about installing an FTP server on your PC at home and ftp from the unix box to your PC? ...
Summary: hi, Can some one help me to automate ftp from unix server to local machine? I have a shell script from which I want to ftp log file to pc. Thanks ...