unicesi / amelia

:airplane: DSL for deploying distributed systems, with custom commands to compile and execute FraSCAti applications
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Re-implement the transfer command using SSH only (not FTP) #27

Open jachinte opened 8 years ago

jachinte commented 8 years ago

The secure copy command (scp) already allows to copy files from one node to another (even several) using only SSH connections. This makes possible to copy files without using FTP.

jachinte commented 8 years ago

This would make necessary to review the syntax and semantics associated to the transfer command.