Hello,
I’m trying to run FTP service on a pool that’s currently shared via SMB. The use-case is my SMB share is utilized for backup storage and I’d like to FTP into it to download backups off-site.
Reviewing these docs: /docs/core/13.0/coretutorials/services/configuringftp/
It states “FTP connections cannot share connections with other accounts, such as SMB connections. FTP connections need a new dataset and local user account.”
Is there any work-around for this?