![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Not able to FTP
Hi
I m not able to FTP on my HP-UX box.. Plz help... Regards Harikrishna |
| Forum Sponsor | ||
|
|
|
|||
|
Hi Harikrishna,
Chk for the following, 1. Assuming ftp server was already working: Make sure the port 20 and port 21 is not used by any another application. netstat -a | grep 21 2. Assuming you have not done set up earlier and ftp is running as service. use root user to a ftp first. If it succened then setup anonymous ftp. Regard, Venky |
|
|||
|
On the HPUX server where u will be FTPing first run `telnet localhost 21`
If it's running then do `ftp localhost`. If it asks for user name that means u can ftp from any client in the same LAN. Across the LANs we need to discuss ur network. |
|||
| Google The UNIX and Linux Forums |