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 trialJames Cortez
2,177 PointsUnsure about port number
Is the port number unique for each user i.e. different port number for different hosting servers or is it a generic port used when uploading files with FTP? Video didn't make it clear.
Thanks
3 Answers
Emma Willmann
Treehouse Project ReviewerFrom what I remember in my intro networking class, Port numbers from 0 to 1023 are called 'well-known' ports, and are used for things like the internet - HTTP (80), POP v2 mail (108), or HTTPS (443). From 1024 to 49151, these are registered ports, which are assigned by IANA (Internet Assigned Numbers Authority) to someone requesting one.
So, I would think the port used in this video would not always be the same depending on where you are uploading your files to.
Adam Sackfield
Courses Plus Student 19,663 PointsWhen ever I have used FileZilla I have never entered a port number, just the following information
Host UserName PassWord
James Cortez
2,177 PointsOk cheers for the feedback guys