Monday, March 19, 2012

FTP Server Setup


# ntsysv [ ftp config. File, select the option ‘vsftpd’]

# service vsftpd restart

# ftp server_IP [to access server , then enter name & password]

ftp> pwd

ftp> cd cse

ftp> ls -la

ftp> lcd [to enter as root]

ftp> lcd /backup [a folder of client pc contains files]

ftp> ! ls -la

ftp> mget a* [ to get file started with character a]

ftp> mput a* [ to send file to server started with character a]

ftp> mdel a* [ to delete file from server started with character a]

No comments:

Post a Comment