Search results

  1. adam

    How to enable xsendfile on centos?

    The link relates to the package management error you had. If you see the output on your previous post on this thread, you'll see the dependency error. You'll need the fix the dependency issue as that's why mod_rewrite isn't being installed.
  2. adam

    Error when downloading update file v4.4.1

    Hi, I think this is CloudFlare related as it only happens to certain users, however raise a ticket and I'll provide you with a direct link. You'll be able to use this is a download manager that support resuming. Thanks, Adam.
  3. adam

    How to enable xsendfile on centos?

    The output you posted previously contains an error: Error: Package: mod_xsendfile-0.12-3.el6.x86_64 (epel) Requires: httpd-mmn = 20051115 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Searching Google there's a...
  4. adam

    Deleted files secretly never deleted

    I'm not seeing any issues with this on our dev or demo site. It may be specific to your file server configuration somehow. Please raise a ticket with details on how to reproduce the issue and I'll take a look. Please provide all access details I'll need to see it.
  5. adam

    How to change path of /files/_backup/ for security?

    You'll need to search the code for the '_backup' path and rename it, it's not a configurable option within the script at the moment. If you download an IDE like NetBeans you can search the code globally once it's indexed all the files. Note: The /files/ directory will be blocked from access...
  6. adam

    How to enable xsendfile on centos?

    Our demo servers run on CentOS 6. We recently moved to Nginx but it was working fine with Apache previously.
  7. adam

    ftp application does not work, cannot install proftpd

    No there's no plans to include sftp with the plugin. The ftp plugin works fine as you can see on our demo site. If you'd like to discuss this further please raise a ticket.
  8. adam

    Remote Url Upload does not work for large files

    Hi, 103GB is a huge file to download over http, although I'll take a look and see if there's anything we can do in the script. Can you either post the url here or raise a ticket with the url in text format? I'll run some tests. Thanks, Adam.
  9. adam

    Remote Url Upload does not work for large files

    Hi, It's possible it may be the characters in the url rather than the size. 2 questions: - Does it work with a smaller file that has similar characters? - What size is the file? Thanks, Adam.
  10. adam

    How to enable xsendfile on centos?

    It's not part of the script, it's part of your server. Just like your car runs on the road, if I was Audi I wouldn't be responsible for the potholes. We try to offer guidance where possible but if you want to enable xsendfile it's up to whoever manages your server to enable it. Sorry I...
  11. adam

    ftp application does not work, cannot install proftpd

    As mentioned above, FTP is completely different to SFTP. The plugin is a FTP plugin, it does not support SFTP. SFTP uses the SSH protocol where FTP uses TCP/IP. You can read more about the differences here: http://www.differencebetween.net/technology/internet/difference-between-ftp-and-sftp/ I...
  12. adam

    errors in crontab file, can't install.

    You're welcome :)
  13. adam

    Can't upload large files due to error

    Does the parent folder have write permissions?
  14. adam

    Failed connecting to server to remove files.

    Drop us a ticket with details on how to reproduce the issue and we'll take a look. Thanks, Adam.
  15. adam

    errors in crontab file, can't install.

    You have copied the start of each line twice. 0 1 * * * 0 1 * * * Should be 0 1 * * * You also have a hyphen at the end.
  16. adam

    How to enable xsendfile on centos?

    Just to be clear, we do not offer support on the installation of xsendfile. It's an option within the script, the script supports it, but we offer script support not for additional server applications or modules. Just like we don't offer support on setting up PHP, MySQL, Apache etc. If the...
  17. adam

    ftp application does not work, cannot install proftpd

    SFTP wont work with YetiShare, the plugin is a FTP plugin. The guidance we have installs proftpd fine in all instances I've found, if it's not found on the repo your server is using you'll need to add one. Sorry but it's a requirement of the script that proftpd is installed but it's something...
  18. adam

    If I create a folder in a folder without files in the folder..

    Please raise a ticket with details on how to reproduce this issue, we'll take a look for you.
  19. adam

    errors in crontab file, can't install.

    Please post your full crontab file. Thanks, Adam.
  20. adam

    Failed connecting to server to remove files.

    Hi, It's not an outstanding issue as far as I'm aware. Is your file server actually available when you receive the error message? i.e. if you load the url in a browser does it work? Thanks, Adam.