Lines Matching defs:upload
2 # Sign files and upload them.
49 -- treat the remaining arguments as files to upload
70 build directive files and upload files by FTP
72 build directive files and upload files by SFTP
73 [user@]host:DIRECTORY upload files with scp
81 1. Upload foobar-1.0.tar.gz to ftp.gnu.org:
84 2. Upload foobar-1.0.tar.gz and foobar-1.0.tar.xz to ftp.gnu.org:
92 4. Upload foobar-0.9.90.tar.gz to two sites:
97 5. Delete oopsbar-0.9.91.tar.gz and upload foobar-0.9.91.tar.gz
213 echo "$0: No file to upload" 1>&2
263 # Arguments: See upload, below
294 # upload DEST DESTDIR BASE FILE STMT FILES
301 # FILES List of files to upload.
302 upload ()
316 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc
321 $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc
385 upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt"
404 upload "$dest" "$destdir" "$file" "$file" "$stmt" "$files"