LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Who can tell me something about vsftpd? (https://www.linuxquestions.org/questions/linux-networking-3/who-can-tell-me-something-about-vsftpd-313061/)

shadkong 04-14-2005 12:27 AM

Who can tell me something about vsftpd?
 
I want to transport files with another computer with Windows installed. I think ftp is a good way. And I know the vsftpd configuration file is /etc/vsftpd.conf. But how can I start the vsftpd? And who can tell me something more that I must know? Thanks!

ahwkong 04-14-2005 08:14 AM

let's say vsftpd is installed in /usr/bin/vsftpd, then what you need to do is:

Code:

/usr/bin/vsftpd /etc/vsftpd.conf &
Otherise you many want a script that take 'start' and 'stop' as argument in /etc/init.d

shadkong 04-14-2005 08:30 PM

Can you say something more about how to start and stop vsftpd?

udays 04-15-2005 06:25 AM

if vsftpd is installed at your server
issue the following command

1.chkconfig vsftpd on
2.service xinetd start
3.serivce iptables stop

try to connect to server.It must work
:)


All times are GMT -5. The time now is 02:06 AM.