> ## Documentation Index
> Fetch the complete documentation index at: https://notes.chairwoman.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 21 - FTP

The **File Transfer Protocol (FTP**) is a standard network protocol used for the transfer of computer files between a client and server on a computer network.

# Guest Access

When prompted, do not provide a password. Afterwards, try `anonymous`, or other weak credentials.

```shellscript theme={null}
ftp anonymous@10.10.10.10
```

To-do:

* FTP Bounce
* FTP file path
