Skip to content

Repository contains docker images for SFTP/FTP/FTPS services

License

Notifications You must be signed in to change notification settings

MaXal/deployment-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deployment-images

Repository contains docker images for SFTP/FTP/FTPS services.

It provides a SFTP server:

  • Host: localhost
  • Port: 2022
  • Username: jetbrains
  • Password: jetbrains
  • Folder mapping: /tmp:/home/jetbrains/upload

Please adjust line: ~/.ssh/id_rsa.pub:/home/jetbrains/.ssh/keys/id_rsa.pub:ro such that the first part is point to your pub key. That will allow you to login using your key.

FTP server:

  • Host: localhost
  • Port: 21
  • Username: jetbrains
  • Password: jetbrains
  • Folder mapping: /tmp:/home/virtual/jetbrains/share

Please adjust PASV_ADDRESS to be your local ip address.

FTPS server:

  • Host: localhost
  • Port: 23
  • Username: jetbrains
  • Password: jetbrains
  • Authentification: explicit
  • Folder mapping: /tmp:/home/virtual/jetbrains/share

Please adjust PASV_ADDRESS to be your local ip address.

About

Repository contains docker images for SFTP/FTP/FTPS services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published