Fixing a 0x800700df error

Possible reason: File transfer limit in Webclient Service

  1. Open regedit
  2. Go to: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ WebClient \ Parameters
  3. Find: FileSizeLimitInBytes and open it
  4. Select Decimal
  5. Enter the following number:
    4294967295
  6. Click op OK
  7. Hold windowskey + R
  8. Enter services.msc
  9. Find WebClient
  10. Right click the service and select restart.

Done.

Loading

New FTP user for unRAID

  1. Install ProFTPd by SirG
  2. Create folder where the FTP user should have FULL access to
  3. Go to USERS tab
  4. Click ADD USER
  5. Create username
  6. Create password
  7. In the DESCRIPTION field enterftpuser [PATH WITH LEADING SLASH]
    So for example:
    ftpuser /mnt/usr/myfolder
  8. Click ADD
  9. Go to SETTINGS tab
  10. Click ProFTPd
  11. At “Enable ProFTPd:” select YES (*)
  12. Click APPLY
  13. Service should be running. If not, start service
  14. DONE

(*) In case you already have the service running, click RESTART to activate the new user.

The server can now be accessed by SFTP and port 22.

Loading