• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Windows SMB File Transfer

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Windows SMB File Transfer

    Quick question does it still run on port 445?
    Originally posted by Stevie Wonder Boy
    I can't see any way to do it can you please advise?

    I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

    #2
    Originally posted by SimonMac View Post
    Quick question does it still run on port 445?
    Yup.

    Let me google that for you

    Comment


      #3
      Originally posted by RasputinDude View Post
      Well according to the first answer in your very hand link

      "UDP ports 137, 138 & TCP ports 137, 139"
      Is it any wonder some people trust another persons view rather than Wikipedia

      Originally posted by Stevie Wonder Boy
      I can't see any way to do it can you please advise?

      I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

      Comment


        #4
        You missed the bit where it said:

        directly over TCP, port 445;
        I just like using lmgtfy

        To be fair, if you're trying to open the right ports in a firewall, getting all the MS stuff right is a nightmare.

        Comment


          #5
          In these situations the file /etc/services found on any Linux box can help:

          netbios-ns 137/tcp # NETBIOS Name Service
          netbios-ns 137/udp
          netbios-dgm 138/tcp # NETBIOS Datagram Service
          netbios-dgm 138/udp
          netbios-ssn 139/tcp # NETBIOS session service
          netbios-ssn 139/udp
          microsoft-ds 445/tcp # Microsoft Naked CIFS
          microsoft-ds 445/udp
          TCP/UDP port numbers (/etc/services) - Linux tutorial from PenguinTutor

          Comment

          Working...
          X