How to move my files from my old laptop using vsftp
As it seems that networking in Linux is hell of a hard job, I decided to configure my old laptop as an ftp server using vsftp and then connect to it with my new laptop over the same local network (wireless) and get my files. I just managed to start the default ftp server and access ftp://localhost locally which in turn shows an empty 'pub' folder. To access my files from the old laptop, I need to set a folder other than pub for vsftp, but I saw no option to this purpose in vsftpd.conf. I have several partitions mounted on /mnt e.g. /mnt/dir1, /mnt/dir2, etc. I need to access all of these directories remotely via ftp (using e.g. FileZilla). How can I do that?
Why don't you try
rsync
?man rsync