Transferring large files (17tb) ext hdd to nextcloud

whipsplash

Cadet
Joined
Feb 8, 2015
Messages
4
Hi I need some advice on how to move large chunks of data files from the following usecase:

- Ext hdd mounted to windows 10
- have updated php config and nginx for increase file size upload
- tried using winscp + webdav but it throws error or fails to upload large files (30gb)
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
From windows you could use robocopy to an SMB share.

You could also use rsync or other methods from the server end if you want to enable nfs on the Windows side (I don't think you can do that with the native feature unless you have Enterprise edition, so will have to be something like this: https://sourceforge.net/projects/freenfs/)
 
Joined
Jul 3, 2015
Messages
926
https://fastcopy.jp is also very good from an SMB share I've moved many PBs of data with it.
 
Top