FXP is an FTP to FTP transfer (No data is passed through your PC)
This will allow you to easily transfer multiple files and folders between 2 MyBookLive devices using any FTP client that supports FXP
-
SSH into your MBL using PuTTY or Terminal
-
Edit vsftpd.conf
nano /etc/vsftpd.conf
-
At the bottom of the file add
port_promiscuous=YES
Hit control and o
Hit enter
Hit control and x
This will save and overwrite the old file and exit nano
-
Now restart vsftpd
/etc/init.d/vsftpd restart
-
Repeat this process on your second MyBookLive
-
Download a free program that supports FXP transfers such as FTPRush http://www.wftpserver.com/ftprush.htm
-
Make sure passive mode is enabled for each connection
-
FTP into the 1st MBL in the left pane using standard port 21
-
FTP into the 2nd MBL in the right pane using standard port 21
-
Transfer multiple files and folders at top speed from one drive to the other
[1] TYPE I[1] 200 Switching to Binary mode.[2] TYPE I[2] 200 Switching to Binary mode.[1] PASV[1] 227 Entering Passive Mode (192,168,1,4,19,197).[2] PORT 192,168,1,4,19,197[2] 200 PORT command successful. Consider using PASV.[2] STOR Frankenweenie 2012.mkv[2] 150 Ok to send data.[1] RETR Frankenweenie 2012.mkv[1] 150 Opening BINARY mode data connection for Frankenweenie 2012.mkv (2840301466 bytes).[1] 226 Transfer complete.[2] 226 Transfer complete.[i] Frankenweenie 2012.mkv 2.6 Gbytes/49.11(s)/57,836.68Kbps[i] transferred 1 file(s) - Total: 2.6 G byte(s) in 49.11 (57,836.68 KBps)[2] TYPE A[1] TYPE A[2] 200 Switching to ASCII mode.[1] 200 Switching to ASCII mode.[2] PASV[1] PASV[2] 227 Entering Passive Mode (192,168,1,6,19,210).[1] 227 Entering Passive Mode (192,168,1,4,19,191).[2] Opening data connection IP: 192.168.1.6 PORT: 5074[1] Opening data connection IP: 192.168.1.4 PORT: 5055[2] LIST -al[1] LIST -al[2] 150 Here comes the directory listing.[1] 150 Here comes the directory listing.[2] 226 Directory send OK.[1] 226 Directory send OK.[2] List Complete: 659 bytes in 0.03 seconds (21.26KB/s)[1] List Complete: 453 bytes in 0.03 seconds (14.61KB/s)