Skip to content

Works great locally but how do I access it from remote? #561

Answered by drakkan
spantobi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

the default sftpgo.json configuration file has just one SFTP port:

 "sftpd": {
    "bindings": [
      {
        "port": 2022,
        "address": "",
        "apply_proxy_config": true
      }
    ],

the default is 2022. If you change the port you have to restart the SFTPGo service to apply the change.

The port range 50000-50100 is for passive FTP. If you are only using SFTP you just need to open the configured SFTP port. Please also make sure that your debian server use your PFSense as default gateway

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by drakkan
Comment options

You must be logged in to vote
1 reply
@drakkan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants