Starting vsftpd The methodologies vary depending on the variant of Linux you are using as you’ll see next. Fedora / CentOS / RedHat With these flavors of Linux you can use the chkconfig command to get vsftpd configured to start at boot: [root@bigboy tmp]# chkconfig vsftpd on To start, stop, and restart vsftpd after booting [...]
You can connect to a FTP server from linux through command line with ease.Just open a terminal and type: ftp example.com now you will be asked for name and password if present.Then, here is a list of commands to useCommands may be abbreviated. Commands are: ! debug mdir qc send$ dir mget sendport siteaccount disconnect [...]



