Transfer files from/to marbits from my local computer via FTP
You’ll need an FTP program such as Cyberduck (in a mac) or FileZilla (in mac or linux and windows).
From the local network
Open your FTP client and configure a new connection as follows:
- select SFTP (ssh) transfer as FTP protocol (not the default FTP)
- Select or type
marbits
as server. - Select or type
22
as port. - Provide your marbits username and password.
- Click
connect
You should now see a window with your home
folder in marbits
. Now simply drag and drop from one location to another.
From outside the local network
First you need to open a tunnel between your computer and marbits.
Now open your FTP client and:
- select SFTP (ssh) transfer as FTP protocol (not the default FTP)
- Select or type
localhost
as server. - Select or type
2222
as port. - Provide your marbits username and password. Not your Triton ones! Those were provided when you did the tunnel!
- Click
connect