vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Ashwin wrote: > How to enable Anonymous FTP on AIX 5.2. Please assist me... cd /usr/samples/tcpip ../anon.ftp and/or read Frequently asked question - Base operating system, internals How do I configure an anonymous ftp site? http://www-304.ibm.com/jct09002c/isv...sp?oid=1:15517 hth Hajo |
| |||
| Thanks hajo, can you tell me how to check if Anonymous FTP is enabled or not? i got the scripts you had mentioned. can you please tell me how to check if it is enabled or not. ashwin Hajo Ehlers wrote: > Ashwin wrote: > > How to enable Anonymous FTP on AIX 5.2. Please assist me... > > cd /usr/samples/tcpip > ./anon.ftp > > and/or read > > Frequently asked question - Base operating system, internals > How do I configure an anonymous ftp site? > http://www-304.ibm.com/jct09002c/isv...sp?oid=1:15517 > > hth > Hajo |
| ||||
| Ashwin schrieb: > Thanks hajo, > > can you tell me how to check if Anonymous FTP is enabled or not? i got > the scripts you had mentioned. > > can you please tell me how to check if it is enabled or not. ??? Just by ftp'ing into the machine and test it ? Verify that the user ftp and anonymou exist ( anonymou WHICHOUT the trailing s - 8 char) by $ egrep "^ftp:|^anonymou" /etc/passwd and/or take a look at the script itself hth Hajo |