Follow all steps given in this link
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=24235&forum=38
ftp can be downloaded from
ftp://ftp.proftpd.org/distrib/source/
create a user
# useradd ftpuser
give passwd protection
# passwd ftpuser
create any file under that user for eg: abc.com
To check if ftp is listening
open a new terminal and check
# telnet ip 21
to open ftp connection type
# ftp ip
then give the username and password you have created b4.
then to transfer files btw ur local s/m and the remote user use put filename
n get filename commands..
You can put file to the ftpuser's home from your local system home directory and viceversa..
No comments:
Post a Comment