Hi Please help me I don't knowk that is wrong, in this code, for ftp_fput Don't copy the archive, when copy the archive , this has other extension, and the size is 0kb. <? $fp = ftp_connect('192.168.57.2', 21); $con = ftp_login($fp, "mdiaz", "root1997"); $destino="public_html/abyayala/ftp/ftp"; $desti=ftp_chdir($fp,$destino); $archivo="C:\\abm\\Abm.gdb"; $fpr = fopen ($archivo, "a+"); $subir=ftp_fput($fp,$archivo,$fpr,FTP_BINARY); fclose($fpr); ftp_quit($fp); ?> Thanks. Marisol Díaz E.
- [PHP] ftp_fput Marisol Díaz E.
- Re: [PHP] ftp_fput James, Yz
- Marisol Díaz E.