Help for this page

Select Code to Download


  1. or download this
    $remotefile = '/home/joe_user/addresses.txt';
    $localfile = "C:\\temp\\addresses.txt";
    $sftp->get($remotefile, $localfile);