Changeset 14475


Ignore:
Timestamp:
2007/06/08 09:59:33 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/uehara/ftp.php

    r14426 r14475  
    3232                
    3333 
    34                 
    35                sfFtpCopy($array['host'], $array['user'], $array['pass'], $dst_path, $src_path);             
     34               sfFtpDelete($array['host'], $array['user'], $array['pass'], $dst_path); 
     35//               sfFtpCopy($array['host'], $array['user'], $array['pass'], $dst_path, $src_path);             
    3636        } 
    3737    } 
Note: See TracChangeset for help on using the changeset viewer.