FTP
I need some good articles/help on setting up ftp users. Actually, my problem is I can't even open an ftp session to my server. That may be a problem when it comes to uploading files.
Help?
EDIT:OK, I figured it out!
4 Replies
might be an idea to post it here so that anyone else who hasnt worked it out, can do this also..
ie.. there a lot of people asking questions, and then discovering it out for themselves… then later on the same questions are just going to get asked again…
cheers…
chkconfig vsftpd on
If you want to see what other servers you can start,
chkconfig –list
useradd username
passwd username
-Chris
> A better solution is to use scp or sftp, both of which are encrypted with no passwords (or data) being sent cleartext.
Chris,
As desperately as I want to agree with you, there are still a few brain-damaged applications out there
–James