Want to read this tutorial on your computer ? here a simplified URL : https://bit.ly/LandrivePortMapping (case sensitive)

Follow us on twitter @poppyto
Follow the XDA thread to send your thoughts / issues / ideas on LANdrive Android version

How to connect to a SMB Server not bint on port 445 ?

SMB Protocol uses TCP port 445 by default.
On the server side, some OS (like Android non ROOTed) doesn't allow the use of ports lower than 1024.
On the client side, some OS (like Windows) doesn't allow the use of other ports than 445.
You probably want to change the network ports of LANdrive to make it work with NON-ROOTED Android or to work on Windows or XBOXOne, or to have multiple SMB Servers on the same devices.

Windows

Connect with Windows Explorer (Windows 10)
Connect with Windows Explorer (All other Windows versions)
Connect with LANdrive for Windows10

Download LANdrive on Windows Store. LANdrive also have a powerfull client which allows connections to any ports.
It autodetects TCP ports 1445,2445,3445 and UDP ports 1137,2137,3137 by default (you can change this in the settings of the app). You can also add a new connection with custom TCP and UDP ports (use the Add button)

iPhone - iPad

Connect with LANdrive for iOS

Download LANdrive on Apple Store. LANdrive also have a powerfull client which allows connections to any ports.
It autodetects TCP ports 1445,2445,3445 and UDP ports 1137,2137,3137 by default (you can change this in the settings of the app). You can also add a new connection with custom TCP and UDP ports (use the Add button)

Android

Connect with LANdrive for Android

Download LANdrive on Google Play Store. LANdrive also have a powerfull client which allows connections to any ports.
It autodetects TCP ports 1445,2445,3445 and UDP ports 1137,2137,3137 by default (you can change this in the settings of the app). You can also add a new connection with custom TCP and UDP ports (use the Add button)

Mac

Connect with Finder - Mac OS Sierra (10.12) and later
  1. In Finder, in the top menu "Go" => "Connect to server" (or shortcut CMD+K)
  2. Connect to smb://devicename:port/ (only if Netbios is UDP 137 on server) or smb://ip:port/
  3. Example : smb://192.168.1.10:1445/
Connect with Finder - Before Mac OS Sierra (10.12) and earlier
  1. In Finder, in the top menu "Go" => "Connect to server" (or shortcut CMD+K)
  2. Connect to smb://devicename:port/share (only if Netbios is UDP 137 on server) or smb://ip:port/share
  3. Example : smb://192.168.1.10:1445/LANdrive
  4. Don't forget the share name LANdrive or any other share created, it will not work without a share (smb://192.168.1.10:1445/ will not work)
  5. Why can't I connect to the server smb://192.168.1.10:1445/ to get the list of shares ? There's a bug on MAC OS X, it tries to connect on TCP port 445 to enum the sharings (even when you specify the port...)

Linux

Mount
  1. Open terminal
  2. If SMB dependencies are not installed on your Linux Debian: sudo apt install nfs-common && sudo apt install cifs-utils
  3. Create a directory : mkdir /mnt/landrive
  4. Mount it to the ip server + port : mount -t cifs //192.168.1.26/Landrive /mnt/landrive -o port=1445
  5. Read the man for other options like username password etc.
Connect with File Manager
  1. In File, Go to "+ Other Locations"
  2. Connect to smb://devicename:port/ (only if Netbios is UDP 137 on server) or smb://ip:port/
  3. Example : smb://192.168.1.10:1445/
  4. If it doesn't work try with a sharename like : smb://192.168.1.10:1445/LANdrive

XBOxOne - Windows Mobile 10

Connect with LANdrive for Windows 10

Download LANdrive on Windows Store. LANdrive also have a powerfull client which allows connections to any ports.
It autodetects TCP ports 1445,2445,3445 and UDP ports 1137,2137,3137 by default (you can change this in the settings of the app). You can also add a new connection with custom TCP and UDP ports (use the Add button)