Skip to content

Commit

Permalink
Tidying up README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Apr 28, 2024
1 parent 46686af commit 914491f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Comes with vsftpd installed and running in passive mode, with TLS support (self-

WinSCP config (for example):

```d
// do not choose SFTP, this is a completely different protocol)
```c
// do not choose SFTP, this is a completely different protocol
Protocol: FTP

// (i.e. not 'plain' or 'implicit')
// i.e. not 'plain' or 'implicit'
Encryption: TLS/SSL Explicit encryption

// choose either the IP or URI defined in docker-compose.yml
Expand Down Expand Up @@ -56,7 +56,7 @@ Password: BF_FTPS_VSFTPD_PASS
| `BF_FTPS_EXTERNAL_IP` | string | The external IP of the server - required for passive mode (unless `BF_FTPS_EXTERNAL_URI` is set). | *None* - **required** unless `BF_FTPS_EXTERNAL_URI` is set |
| `BF_FTPS_EXTERNAL_URI` | string | The URI of the server - required for passive mode (unless `BF_FTPS_EXTERNAL_IP` is set).<br>If both are set this takes precedence. | *None* - **required** unless `BF_FTPS_EXTERNAL_IP` is set |
| `BF_FTPS_SSL_BITS` | string | The number of bits to use for the self-signed SSL certificate. | 4096 |
| `BF_FTPS_VSFTPD_USER` | string | A user account will be created to for connecting to the server. | *None* - **required** |
| `BF_FTPS_VSFTPD_USER` | string | A user account will be created for connecting to the server. | *None* - **required** |
| `BF_FTPS_VSFTPD_PASS` | string | The password to use for connecting to the server. | *None* - **required** |
| `BF_FTPS_VSFTPD_UID` | string | User ID with access rights to the `/files` directory. | 1000 |
| `BF_FTPS_VSFTPD_WELCOME` | string | Welcome message when people sign in to the server. | "Welcome to the FTPS server." |
Expand Down

0 comments on commit 914491f

Please sign in to comment.