Changeset 14379


Ignore:
Timestamp:
2007/06/07 11:15:38 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r14378 r14379  
    3030               $dst_path = $ftp_image_save_dir . $files; 
    3131               $src_path = IMAGE_SAVE_DIR . $files; 
     32                
     33echo $dst_path; 
     34echo $src_path; 
     35                
    3236               sfFtpCopy($array['host'], $array['user'], $array['pass'], $dst_path, $src_path);             
    3337        } 
Note: See TracChangeset for help on using the changeset viewer.