Operating System - HP-UX
1833451 Members
3016 Online
110052 Solutions
New Discussion

Re: FTP file from Unix to 2000

 
la_cool
Occasional Advisor

FTP file from Unix to 2000

I'm trying to FTP a file from Unix to NT ..
doesn't work,,,
Says "connection refused"

However it works the other way (NT to Unix) .

Let us know how it can be done .
8 REPLIES 8
RAC_1
Honored Contributor

Re: FTP file from Unix to 2000

Problem seems to be on windows side. any clue on windows side?? log file??

Any firewall between???

Anil
There is no substitute to HARDWORK
john kingsley
Honored Contributor

Re: FTP file from Unix to 2000

The ftpd is not normally running on 2000. Make sure the ftp server is loaded and configured to run on your 2000 server.

You should be able to ftp from your 2000 server to Unix.
Alzhy
Honored Contributor

Re: FTP file from Unix to 2000

That is right.

On Win2K Server, you will need to enable FTP services either as part of IIS or as a separate service.

You may opt to use other FTP servers on your windows as well if you prefer including WU-FTP server.. see Google for your other non-MS FTP Server options..

Hakuna Matata.
la_cool
Occasional Advisor

Re: FTP file from Unix to 2000

Thanks!!

Did anyone tried this option of FTPEing a file
Antoniov.
Honored Contributor

Re: FTP file from Unix to 2000

On Win2K,
Start->ControlPanel->Administration->Service.
Then enable FTP server.

Antonio Vigliotti
Antonio Maria Vigliotti
la_cool
Occasional Advisor

Re: FTP file from Unix to 2000

I tried, but I couldnt find FTP server via Administrator tools,

I using win2k
Rick Garland
Honored Contributor

Re: FTP file from Unix to 2000

The ftp process needs to be running on the windows system.

If it is not there you have several options.
1) Install from the windows install CDs
2) If you have an X-emulation, exceed, they have an ftp client
3) All kinds of ftp products for the MS platform are available from the net.
4) You can use scp if you have putty installed on the windows system.
5) Check google for sources of info/download. There are lots of solutions to this.