Skip to main content

tuna and FTP, SFTP

FTP requires multiple ports to work, so tuna is not suitable for this task, but data can be transferred via SFTP – an extension for SSH.

Step 1. Download the client​

Instructions are available on the installation page.

Step 2. Run SSH server​

Step 3. Run tuna​

SSH server uses port 22 by default:

tuna tcp 22

Alternatives​

  1. tuna has a built-in file server that provides an easy way to transfer files:
tuna http --file-server ./
  1. There is also a built-in SSH server, which is also suitable for these purposes