Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[solved] FTP Backup

Featured Replies

Hallo,

 

Ich benutze f?r den Backup den FTP Server.

 

Ich m?chte die Backups auf einen anderen Server unterbringen damit diese dort sicher sind falls etwas mit dem Server Passieren k?nnte.

 

Leider bekomme ich aber diesen Fehler:

 

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

PHP Warning: ftp_put(): Requested action not taken: internal server error in /opt/srv/froxlor/scripts/jobs/cron_backup.php on line 126

 

Der Externe FTP-Server ist ein vServer mit einer 25 Gigabyte Festplatte.

FTP-Clienten wie u.a FileZilla funktionieren einwandfrei und ich kann auf dem FTP Server Dateien Hochladen, L?schen etc.

 

Wei? einer was das ausl?sen k?nnte?

  • Author

*push*

 

kann mir niemand helfen?! :(.

Wie in der Fehlermeldung bereits gesagt, steht in Zeile 126 der FTP-Put-Befehl:

 126                         $ftp_upload = ftp_put($ftp_con, $ftp_file, $row['documentroot'] . $settings['system']['backup_dir'] . "/" . $ftp_file, FTP_BINARY);

 

Davor wird einmal der Passive Mode eingeschaltet und die ?bertragung wird per Binary vorgenommen. Das sind die einzigen beiden Fehlerquellen, die mir im Moment einfallen.

Evtl. magst du testweise mal in Zeile 125 den Passive Mode abschalten, um zu schauen, ob es am Passive Mode liegt?

 125                         ftp_pasv($ftp_con, false);

  • Author

Danke, daran lag es.

Vielleicht k?nnte man beim N?chsten Update ein CheckPoint machen wo dies Abgefragt wird.

Also ob man Passive oder Aktives FTP Benutzt.

Die Ursache f?r den Fehler liegt mit einer ziemlichen Sicherheit in einer Fehlkonfiguration des vServers, aber das l?st ja das Problem nicht. Insofern ist der Gedanke einer solchen Checkbox gar nicht so verkehrt. Ich mache mal ein Ticket auf.

 

Edit: http://redmine.froxlor.org/issues/785

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.