Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

why do you use port 18765 in FTP cyberduck software?

as it explains, why do you use certain number 18765 for that software?

3 Answers

James Barnett
James Barnett
39,199 Points
  • Nick instructs you to connect via SFTP
  • Now the question is, which port have the people at your web host configured to be used with SFTP
  • To know that, you will need to consult their documentation
  • In the case of Web Hosting for Students, their FAQ has the answer ...

> HOW DO I CONNECT WITH SFTP?

> To connect with SFTP, use your normal login credentials, then set the port to "18765"


This assumes you purchased your hosting through http://webhostingforstudents.com/ as Nick did in the pick a web host video.

If you purchased your hosting through a different company, then the port you use to connect via SFTP it will most likely use a different port and you will have to consult the documentation for that company.

Thank you. That make sense :)

Calvin Gohd
Calvin Gohd
980 Points

THANK YOU! Couldn't find this information anywhere else.

Rose Hurst
Rose Hurst
5,658 Points

18765 is a secure port. The settings allow you to connect using SFTP (Secure File Transfer Protocol) rather than FTP.

Thank you!

is the port number provided in the email sent by webhosting for students post-purchase?