Hello.
Through FTP I upload folders and files to the right place /nextclouddata-admin account-files/, but after opening Nextcloud I don’t see them. Why?
[/details]
Nextcloud version (eg, 20.0.5): 26.0.0
Operating system and version (eg, Ubuntu 20.04): Windows 10 Pro 22H2
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): 8.0
The issue you are facing:
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
The output of your Nextcloud log in Admin > Logging:
[PHP] Error: Undefined array key "mail_smtpauthtype" at /home/vhdimov/public_html/nextcloud/apps/settings/templates/settings/admin/additional-mail.php#132
GET /nextcloud/index.php/settings/admin
from 87.121.20.89 by admin_nextcloud at 2023-05-20T22:06:13+00:00
Use the occ command files:scan to make Nextcloud aware of the new files as described in the User manual or use WebDAV for putting your files on your server.
There are also nice Nextcloud clients for Windows, macOS, Linux, Android and iOS. And also if you want to upload folders and subfolders you can use the Web-GUI with drag-and-drop.
I try to upload files with WinSCP. Files are uploaded, I can see it on Nextcloud, but upload speed is very slow…
The reason for all this is the migration from FoleRun to Nextcloud. I want to download all my folders and files from FileRun and upload it to Nextcloud.
Thank you
Sorry i do not know the software. I think it is FileRun. But maybe you can include the software with External Storage and copy directly with WebDAV from your old cloud to Nextcloud. If yes read this and this.
Because if you use a tool like FTP/sftp the Nextcloud database does not recognize the new files in the file system. Only if you use tools like WebDAV or the Nextcloud functions the Nextcloud database (webserver php → database) recognizes the new files. Also you can use the command posted above from @stefan-niedermann .