TFTP
- Performs file transfers between client and server
- Does not provide user authentication
- Used UDP
- Does not have directory listing
TFTP Few Commands
- connect - Sets remote host and optionally port for file transfers
- get
- put
- quit
- status - shows status and current transfer mode
- verbose
Default Configuration
- found in
/etc/vsftpd.conf
- there is a file called
/etc/ftpusers that we also need to pay attention to, as this file is used to deny certain users access to the FTP service.
Download All Available Files