Skip to content

Commit

Permalink
Adding client config instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Apr 5, 2024
1 parent 963bfac commit b004eb4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@

Comes with vsftpd installed and running in passive mode, with TLS support (self-signed certificates).

WinSCP config (for example):

```d
// do not choose SFTP, this is a completely different protocol)
Protocol: FTP
// (i.e. not 'plain' or 'implicit')
Encryption: TLS/SSL Explicit encryption
// choose either the IP or URI defined in docker-compose.yml
Host: BF_FTPS_EXTERNAL_IP or BF_FTPS_EXTERNAL_URI
// you need to open ports 990 and 18700-18710 as well - the
// connection begins on port 21 and is escalated to the others
Port: 21
// defined in docker-compose.yml
User name: BF_FTPS_VSFTPD_USER
// defined in docker-compose.yml
Password: BF_FTPS_VSFTPD_PASS
```

## Contents

* [Ports](#ports)
Expand Down

0 comments on commit b004eb4

Please sign in to comment.