Hi,
i am use Pure-FTPd 1.0.14 on fedora core 1, it works fine if login into the box with putty first, and then use ws ftp to upload/download files, but if i close or dont have putty open, it wont let me connect :/.
whats going on?
everytime i have to login with putty and use : /usr/sbin/pure-ftpd & to start it up.
thanks
Pure-FTPd 1.0.14 disconnects
Moderator: General Moderators
Sounds like as you are starting your FTP server from a login session, your FTP server is only staying up for as long as the session is open.
You should configure your machine to start your FTP server on boot up.
Have a look in your init.d directory, there may be a script there already, then just place a symlink to it in whichever runlevel directory is read at boot time. Then reboot.
You should configure your machine to start your FTP server on boot up.
Have a look in your init.d directory, there may be a script there already, then just place a symlink to it in whichever runlevel directory is read at boot time. Then reboot.