diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-05-03 15:17:51 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-05-03 15:17:51 -0500 |
commit | 081f5f6c14ecde6fe689dac696a70eb40937a99d (patch) | |
tree | f517c368efb69e61531c96a02629b824c41a440e /templates | |
parent | 64095a2983d8d31cf0702bf8c4553f71ef25ea4f (diff) | |
download | vyatta-op-081f5f6c14ecde6fe689dac696a70eb40937a99d.tar.gz vyatta-op-081f5f6c14ecde6fe689dac696a70eb40937a99d.zip |
Add http as a url mode users can copy from
Diffstat (limited to 'templates')
-rw-r--r-- | templates/copy/file/node.tag/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/copy/file/node.tag/node.def b/templates/copy/file/node.tag/node.def index c52dccd..b19b788 100644 --- a/templates/copy/file/node.tag/node.def +++ b/templates/copy/file/node.tag/node.def @@ -1,6 +1,7 @@ help: Copy files from specified source scp://<user>:<passwd>@<host>/<file> ftp://<user>:<passwd>@<host>/<file> + http://<user>:<passwd>@<host>/<file> tftp://<host>/<file> comptype: imagefiles allowed: echo -n "<imagefiles>" |