$ftp = Ftp::forge(); $ftp->upload('localfile.txt', 'remotefile.txt'); // Fuel's function $file_handle = fopen ["localfile.txt", "r"]; // OMG WTF is wrong with () ? $ftp->fput('unzip.php', $file_handle, \Ftp::ASCII); // PHP's ftp_fput function
It looks like you're new here. If you want to get involved, click one of these buttons!