Home | History | Annotate | Download | only in build-aux

Lines Matching refs:upload

2 # Sign files and upload them.
50 -- treat the remaining arguments as files to upload
73 build directive files and upload files by FTP
75 build directive files and upload files by SFTP
76 [user@]host:DIRECTORY upload files with scp
84 1. Upload foobar-1.0.tar.gz to ftp.gnu.org:
87 2. Upload foobar-1.0.tar.gz and foobar-1.0.tar.xz to ftp.gnu.org:
95 4. Upload foobar-0.9.90.tar.gz to two sites:
100 5. Delete oopsbar-0.9.91.tar.gz and upload foobar-0.9.91.tar.gz
219 echo "$0: No file to upload" 1>&2
274 # Arguments: See upload, below
305 # upload DEST DESTDIR BASE FILE STMT FILES
312 # FILES List of files to upload.
313 upload ()
327 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc
332 $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc
396 upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt"
421 upload "$dest" "$destdir" "$file" "$file" "$stmt" "$files"