Unable to change default SFTP port

Report bugs or issues with Core FTP Server here
Locked
ctrapeni
Posts: 1
Joined: Tue Apr 17, 2012 6:06 pm

Unable to change default SFTP port

Post by ctrapeni »

I changed the default SFTP port to 8022 using the UI. I then started the service and checked open ports using netstat and saw that Core was listening on port 22.

This seems to be a UI bug because the server will listen on other ports. I manually edited config.dat in the install directory by changing the following:
DSSHP=8022

Starting the service now and looking at netstat showed that the server was now using port 8022. However if I make any changes to the UI, the port is reverted back to 22 even if I have the port set to 8022 in the UI.
ForumAdmin
Site Admin
Posts: 1006
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Check the "Disable FTP" option if you are only using SSH/SFTP.
Locked