1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changes between Version 65 and Version 66 of Release files for download

Show
Ignore:
Timestamp:
03/09/12 22:03:11 (15 months ago)
Author:
ctsai (IP: 172.29.29.115)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release files for download

    v65 v66  
    99All 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. 
    1010---- 
    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: 
     11You 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: 
    1212 
    1313Allowed 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 (" "). 
     
    3737 
    3838{{{ 
    39 scp file.zip jsmith,fooproject@frs.sourceforge.net:/home/frs/project/f/fo/fooproject/Rel_1 
     39scp file.zip jsmith@frs.sourceforge.net:/home/frs/project/fooproject/Rel_1 
    4040}}} 
    4141 
     
    4545 
    4646{{{ 
    47 rsync -e ssh file.zip jsmith,fooproject@frs.sourceforge.net:/home/frs/project/f/fo/fooproject/Rel_1/ 
     47rsync -e ssh file.zip jsmith@frs.sourceforge.net:/home/frs/project/fooproject/Rel_1/ 
    4848}}} 
    4949 
     
    5353 
    5454{{{ 
    55 $ sftp jsmith,fooproject@frs.sourceforge.net 
     55$ sftp jsmith@frs.sourceforge.net 
    5656Connecting to frs.sourceforge.net... 
    5757jsmith,fooproject@frs.sourceforge.net's password:  
    58 sftp> cd /home/frs/project/f/fo/fooproject/Rel_1 
     58sftp> cd /home/frs/project/fooproject/Rel_1 
    5959sftp> put file.zip 
    60 Uploading file.zip to /home/frs/project/f/fo/fooproject/Rel_1/file.zip 
     60Uploading file.zip to /home/frs/project/fooproject/Rel_1/file.zip 
    6161ws                                            100% 1573     1.5KB/s   00:00     
    6262sftp> 
     
    7070 
    7171{{{ 
    72 cd /home/frs/project/f/fo/fooproject 
     72cd /home/frs/project/fooproject 
    7373}}} 
    7474