php - ftp_get - Warning: ftp_get(): Opening BINARY mode data connection

后端 未结 5 482
自闭症患者
自闭症患者 2021-01-13 07:04

I\'m trying to write a script that will download files from an FTP server. They\'re all fairly large (nearly 2GB each). The script starts running, but then eventually term

5条回答
  •  隐瞒了意图╮
    2021-01-13 07:38

    Try using ftp_close and ftp_connect as to reset your FTP connection.

    I had spent a good day on this one, trying everything I could find (ftp_pasv, ftp_alloc, changing to FTP_ASCII/FTP_BINARY), with no success.

    Some servers have limits on how much you can upload per session.

提交回复
热议问题