SMB vs FTP??

tcharantcho Posted messages 182 Registration date   Status Member Last intervention   -  
tcharantcho Posted messages 182 Registration date   Status Member Last intervention   -
Hello,
A question about protocols:
Which protocol operates when I share a file or a folder over a network (with Windows Explorer); SMB or FTP?
And what is the difference between these two protocols?
Thanks
Configuration: Windows XP Internet Explorer 7.0

2 answers

  1. brupala Posted messages 111157 Registration date   Status Member Last intervention   14 453
     
    Hi, it's SMB.
    The differences are multiple.
    SMB has become CIFS and is thus more akin to network file systems than to just file transfer protocols, like other network FS (NFS, NetWare).
    Basically, SMB only exists in the Windows world, although it has external origins (IBM), but with the development of Samba, it can be found on macOS and Linux/Unix.
    FTP is universal, but it doesn't really allow resource sharing over the network; it is rather intended for file transfer.
    --
    And... there you go!
    13