Problem beim Upload großer Dateien

Hallo zusammen,

ich habe einen Pi mit einer laufenden Nextcloud-Installation. Leider habe ich hier Probleme mit dem Upload “größerer” Dateien. Hier bekomme ich folgende Meldungen:
Fatal webdav Sabre\DAV\Exception: Error while copying file to target location (copied bytes: 0, expected filesize: 10000000 )

  1. /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php - line 156:OCA\DAV\Connector\Sabre\File->put(null)
  2. /var/www/nextcloud/apps/dav/lib/Upload/UploadFolder.php - line 45:OCA\DAV\Connector\Sabre\Directory->createFile(“00000000”, null)
  3. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 1096:OCA\DAV\Upload\UploadFolder->createFile(“00000000”, null)
  4. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php - line 525:Sabre\DAV\Server->createFile(“uploads/kba … 0”, null, null)
  5. <>Sabre\DAV\CorePlugin->httpPut(Sabre\HTTP\R … "}, Sabre\HTTP\Response {})
  6. /var/www/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105:call_user_func_array([ Sabre\DAV\ … "], [ Sabre\HTTP … }])
  7. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 479:Sabre\Event\EventEmitter->emit(“method:PUT”, [ Sabre\HTTP … }])
  8. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 254:Sabre\DAV\Server->invokeMethod(Sabre\HTTP\R … "}, Sabre\HTTP\Response {})
  9. /var/www/nextcloud/apps/dav/lib/Server.php - line 317:Sabre\DAV\Server->exec()
  10. /var/www/nextcloud/apps/dav/appinfo/v2/remote.php - line 35:OCA\DAV\Server->exec()
  11. /var/www/nextcloud/remote.php - line 163:require_once("/var/www/ne … p") 2020-02-12T22:37:25+0100
    Fatal webdav Sabre\DAV\Exception\BadRequest: Expected filesize of 10000000 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 49152 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.

Der Upload wird mit dem WIndows Client durchgeführt. Der Speicher ist als externer Speicher eingebunden. Hat hier jemand eine Idee?

Grüße,
Bob

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.