Archiving feature and upload to ftp

Hi,

On nextcloud can i archive the files and then directly upload to FTP? i’m talking about 2gb file parts and the total filesize is betwwen 50-100 GB.

Yes, you can upload the files using ssh or ftp and bypass Nextcloud. You only have to make sure that

  1. the access rights are correctly set afterwards so that Nextcloud can access it.
  2. you update the file database afterwards, by running the “occ files:scan ...” command.

BTW: Nextcloud itself doesn’t contain any ssh/ftp server :wink: