• Resolved RyanPm40

    (@ryanpm40)


    I’m trying to get my site to backup to another server I’ve set FTP up on, and the plugin connects to the FTP just fine, but it can’t find the backup file to transfer over! Please help.

    In the log from the plugin, I see:

    [24-Aug-2015 22:06:05] 2. Try to send backup file to an FTP server …
    [24-Aug-2015 22:06:05] Connected to FTP server: *****************
    [24-Aug-2015 22:06:05] FTP client command: USER FuLAB
    [24-Aug-2015 22:06:05] FTP server response: User FuLAB logged in.
    [24-Aug-2015 22:06:05] FTP client command: SYST
    [24-Aug-2015 22:06:05] FTP server reply: UNIX
    [24-Aug-2015 22:06:05] FTP current folder is: /correct-project-folder/
    [24-Aug-2015 22:06:05] FTP client command: PASV
    [24-Aug-2015 22:06:05] FTP server reply: Entering passive mode
    [24-Aug-2015 22:06:05] Starting upload to FTP …
    [24-Aug-2015 22:06:26] WARNING: ftp_nb_fput(): php_connect_nonb() failed: No such file or directory (2)
    [24-Aug-2015 22:06:26] WARNING: ftp_nb_fput(): Entering Passive Mode (***,****,****,**,244,171)
    [24-Aug-2015 22:06:26] ERROR: Cannot transfer backup to FTP server!

    From my filezilla server I have running on the other end, I see the errors:

    (000009)8/24/2015 18:07:57 PM – > CWD /
    (000009)8/24/2015 18:07:57 PM – > 250 CWD successful. “/” is current directory.
    (000009)8/24/2015 18:07:57 PM – > CWD generated-project-directory
    (000009)8/24/2015 18:07:57 PM – > 250 CWD successful. “/generated-project-directory” is current directory.
    (000009)8/24/2015 18:07:57 PM – > PWD
    (000009)8/24/2015 18:07:57 PM – > 257 “/generated-project-directory” is current directory.
    (000009)8/24/2015 18:07:57 PM – > TYPE I
    (000009)8/24/2015 18:07:57 PM – > 200 Type set to I
    (000009)8/24/2015 18:07:57 PM -> SIZE /generated-project-directory/backupLivingBridge_bce336_2015-08-24_22-05-04.tar.gz
    (000009)8/24/2015 18:07:57 PM – > 550 File not found
    (000009)8/24/2015 18:07:57 PM – > PASV
    (000009)8/24/2015 18:07:57 PM – > 227 Entering Passive Mode (***,***,***,85,206,110)

    Is it possible that the plugin is looking for a folder on my local server with the same name of the folder being created on the remote? Because the plugin seems to create its own backups folder under /uploads/backwpup-bce336-temp/ on my local server when creating the backup. Should “backwpup-bce336-temp/” be named “/generated-project-directory” instead or something?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter RyanPm40

    (@ryanpm40)

    I apologize- it was all in my windows firewall. I opened up ports 20 & 21, but I forgot to open up ports for the passive transfer.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: BackWPup] No Such File Or Directory on fput()’ is closed to new replies.