|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
ftp
ftp to a remote host works just fine but when the need to transfer local files from my pc to my local server arises , I get a connection closed by remote host error
|
| Sponsored Links |
|
|
|
|||
|
it is possible that ftp is disabled on your Aix server.
To confirm that ftp is not disable check your /etc/inetd.conf file issue more /etc/inetd.conf if # is in front of this line that means ftp is disabled ftp stream tcp6 nowait root /usr/sbin/in.ftpd in.ftpd if this is the case remove the # to enable ftp and issue kill -HUP (inetd process id) or Try to ftp to the Aix server or from the Aix server and check /var/adm/messages or syslog for any error message Post back any error message I might be a able to help |
|
|||
|
very strange ! it worked later ... thanks for you time ... how do u check if ur port is blocked ? and how am I to find out details abt my ftp daemon ?
|
| Sponsored Links |
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|