The scp
utility allows you to transfer data between your local computer and your directories in the SCAYLE storage and vice versa.
To copy from your computer to your storage you must use a specific server. The front-end servers, from which the jobs are launched, do not allow the transfer of data, so it is necessary to use a new server that will serve exclusively for this type of task.
To copy from your computer to your storage you must execute the command:
scp <source_file> :<target>
Similarly, to download your programs or data to your local computer, the command would be:
scp :<source_file> <destination>.
For more information on using the scp
command, see the SCP man pages.
As graphical alternatives there are several programs to avoid the use of the command line:
For all of them, the connection options are:
Host: calendula.scayle.es
Port: 22
Connection type: SCP/SFTP
Access from the system's frontends and servers to the outside is not allowed.
If you need access to external urls for your work, you should contact our support service at to request access to the addresses you need.