Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't FTP and SFTP specify a port other than the default one? #668

Closed
trifolium-x opened this issue Jun 9, 2023 · 1 comment
Closed

Comments

@trifolium-x
Copy link

Can't FTP and SFTP specify a port other than the default one?
When using SFTP, I am unable to set the port for the address and it automatically adds :22 as the default.

@Slach
Copy link
Collaborator

Slach commented Jun 9, 2023

Use

sftp:
  port: 2222

or

ftp:
 address: "host:2221"   

in config
sorry some options is miss in Readme.md

@Slach Slach closed this as completed in 006ecd8 Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants