Guest User

Untitled

a guest
Apr 9th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # The FTP method
  2. #############################################################
  3. #we active PASSIVE mode
  4. export BM_UPLOAD_FTP_SECURE="false"
  5. export BM_UPLOAD_FTP_PASSIVE="true"
  6. # the user to use for the FTP connections/transfers
  7. export BM_UPLOAD_FTP_USER="sd-xxxxx"
  8. # the FTP user's password
  9. export BM_UPLOAD_FTP_PASSWORD="xxxxxxxx"
  10. # FTP specific remote hosts
  11. export BM_UPLOAD_FTP_HOSTS="dedibackup-dcX.online.net"
  12. # purge archives on remote hosts before uploading?
  13. export BM_UPLOAD_FTP_PURGE="true"
  14. # destination for FTP uploads (overrides BM_UPLOAD_DESTINATION)
  15. export BM_UPLOAD_FTP_DESTINATION="/"
  16.  
  17. File /var/archives/sd-xxxxxx-20180409.md5 cannot be uploaded, remote host dedibackup-dcx.online.net said : FTP active mode is forbidden, passive mode is mandatory
Add Comment
Please, Sign In to add comment