diff options
Diffstat (limited to 'templates/copy')
-rw-r--r-- | templates/copy/files/node.tag/node.def | 5 | ||||
-rw-r--r-- | templates/copy/files/node.tag/to/node.tag/node.def | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/templates/copy/files/node.tag/node.def b/templates/copy/files/node.tag/node.def index 8df0e7c..c52dccd 100644 --- a/templates/copy/files/node.tag/node.def +++ b/templates/copy/files/node.tag/node.def @@ -1,3 +1,6 @@ -help: Directory to copy files from +help: Copy files from specified source + scp://<user>:<passwd>@<host>/<file> + ftp://<user>:<passwd>@<host>/<file> + tftp://<host>/<file> comptype: imagefiles allowed: echo -n "<imagefiles>" diff --git a/templates/copy/files/node.tag/to/node.tag/node.def b/templates/copy/files/node.tag/to/node.tag/node.def index 751783b..75d4aff 100644 --- a/templates/copy/files/node.tag/to/node.tag/node.def +++ b/templates/copy/files/node.tag/to/node.tag/node.def @@ -1,4 +1,7 @@ -help: Directory to copy files to +help: Copy files to specified destination + scp://<user>:<passwd>@<host>/<file> + ftp://<user>:<passwd>@<host>/<file> + tftp://<host>/<file> comptype: imagefiles allowed: echo -n "<imagefiles>" run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --copy $3 $5 |