====== File Transfer ====== There are several programs that can be used to transfer files between machines. Some of them come with MINIX by default: * ftp * rcp * fetch Additionally, the following programs can be installed via pkgin: * openssh - scp can transfer files * ncftp * rsync * wget (download only) * urlget (download only)