Ignore:
Timestamp:
May 7, 2001, 10:46:32 AM (24 years ago)
Author:
bird
Message:

Default to FTP for uploding to ftp.os2.org.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/odin32ftp2.cmd

    r5549 r5665  
    1 /* $Id: odin32ftp2.cmd,v 1.14 2001-04-19 16:49:17 bird Exp $
     1/* $Id: odin32ftp2.cmd,v 1.15 2001-05-07 08:46:32 bird Exp $
    22 *
    33 * Uploads the relase and debug builds to the FTP sites.
     
    6363        rc = cleanFtp('os2-delete', '/daily', 'www.os2.org');
    6464        do j = 1 to asUploads.0
    65             rc = forwardSF(asUploads.j, 'os2-'||asUploads.j, '/'||sDirectory, 'www.os2.org');
     65            if (1) then
     66                rc = putFtp(asUploads.j, 'os2-'||asUploads.j, '/'||sDirectory, 'www.os2.org');
     67            else
     68                rc = forwardSF(asUploads.j, 'os2-'||asUploads.j, '/'||sDirectory, 'www.os2.org');
    6669        end
    6770    end
Note: See TracChangeset for help on using the changeset viewer.