Changes between Version 65 and Version 66 of Release files for download
- Timestamp:
- 03/09/12 22:03:11 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release files for download
v65 v66 9 9 All file releases should be a single file. Multiple files for the same release should be archived together (tar, deb, zip, etc.). We recommend using rsync for all uploads over 20 megabytes in size, as rsync allows for resuming canceled or interrupted transfers. 10 10 ---- 11 You must be a project admin or have the " release technician" permission to manage files for a project. There are several ways to manage your files:11 You must be a project admin or have the "Shell Service" permission to manage files for a project. There are several ways to manage your files: 12 12 13 13 Allowed characters for files and directories are: -_ +.,=#~@!()[]a-zA-Z0-9 (including " " - space). Disallowed characters are: &:%?/*$ Filenames may not start with a space or dot ("."), and may not end with a space (" "). … … 37 37 38 38 {{{ 39 scp file.zip jsmith ,fooproject@frs.sourceforge.net:/home/frs/project/f/fo/fooproject/Rel_139 scp file.zip jsmith@frs.sourceforge.net:/home/frs/project/fooproject/Rel_1 40 40 }}} 41 41 … … 45 45 46 46 {{{ 47 rsync -e ssh file.zip jsmith ,fooproject@frs.sourceforge.net:/home/frs/project/f/fo/fooproject/Rel_1/47 rsync -e ssh file.zip jsmith@frs.sourceforge.net:/home/frs/project/fooproject/Rel_1/ 48 48 }}} 49 49 … … 53 53 54 54 {{{ 55 $ sftp jsmith ,fooproject@frs.sourceforge.net55 $ sftp jsmith@frs.sourceforge.net 56 56 Connecting to frs.sourceforge.net... 57 57 jsmith,fooproject@frs.sourceforge.net's password: 58 sftp> cd /home/frs/project/f /fo/fooproject/Rel_158 sftp> cd /home/frs/project/fooproject/Rel_1 59 59 sftp> put file.zip 60 Uploading file.zip to /home/frs/project/f /fo/fooproject/Rel_1/file.zip60 Uploading file.zip to /home/frs/project/fooproject/Rel_1/file.zip 61 61 ws 100% 1573 1.5KB/s 00:00 62 62 sftp> … … 70 70 71 71 {{{ 72 cd /home/frs/project/f /fo/fooproject72 cd /home/frs/project/fooproject 73 73 }}} 74 74