homelab/archives/server/sftp
2022-11-28 10:01:10 -08:00
..
.env Archive unused SFTP container 2022-11-28 10:01:10 -08:00
docker-compose.yml Archive unused SFTP container 2022-11-28 10:01:10 -08:00
README.md Archive unused SFTP container 2022-11-28 10:01:10 -08:00
users.conf Archive unused SFTP container 2022-11-28 10:01:10 -08:00

Connecting to SFTP

  1. Install an SFTP client. See https://www.sftp.net/clients
  2. Configure a new connection with the following parameters:
Parameter Value
Address $(curl ifconfig.me)
Port 23450
User sftp or provision a new account
Pass See Bitwarden item for the account
  1. Begin transferring files. :)