소스 검색

pasv connection

Jad Meouchy 10 년 전
부모
커밋
509e5312af
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cron/ftpwriter.php

+ 1 - 0
cron/ftpwriter.php

@@ -12,6 +12,7 @@ if(!ftp_login($conn, FTP_USER, FTP_PASS))
 	return;
 }
 
+ftp_pasv($conn, true);
 ftp_chdir($conn, FTP_DIR);