• Resolved Alesandrial

    (@alesandrial)


    I finally got FTP to connect but now the connection is resetting and logging in again approximately every 30 seconds which happens to correspond to the PHP script timeout settings on the sever. Is there some way to stop this from happening without messing with PHP config?

    [15-Jan-2015 13:57:40] 1. Try to send backup file to an FTP server …
    [15-Jan-2015 13:57:40] Connected to FTP server: xxxx.com:21
    [15-Jan-2015 13:57:40] FTP client command: USER xxxx
    [15-Jan-2015 13:57:40] FTP server response: User xxxx logged in.
    [15-Jan-2015 13:57:40] FTP client command: SYST
    [15-Jan-2015 13:57:40] FTP server reply: UNIX
    [15-Jan-2015 13:57:41] FTP current folder is: /xxxx/backup/
    [15-Jan-2015 13:57:41] FTP client command: PASV
    [15-Jan-2015 13:57:41] FTP server reply: Entering passive mode
    [15-Jan-2015 13:57:41] Starting upload to FTP …
    [15-Jan-2015 13:58:06] Restart after 28 seconds.
    [15-Jan-2015 13:58:07] Connected to FTP server: xxxx.com:21
    [15-Jan-2015 13:58:07] FTP client command: USER xxxx
    [15-Jan-2015 13:58:07] FTP server response: User xxxx logged in.
    [15-Jan-2015 13:58:07] FTP client command: SYST
    [15-Jan-2015 13:58:08] FTP server reply: UNIX
    [15-Jan-2015 13:58:08] FTP client command: PASV
    [15-Jan-2015 13:58:08] FTP server reply: Entering passive mode
    [15-Jan-2015 13:58:08] Starting upload to FTP …
    [15-Jan-2015 13:58:34] Restart after 28 seconds.

    https://wordpress.org/plugins/backwpup/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FTP connection reset upon PHP script timeout?’ is closed to new replies.