Hi !
I created a personal galaxy server. I follow the tutorial : https://docs.galaxyproject.org/en/latest/admin/special_topics/ftp.html
My ftp server work correctly. When I upload files, I have : my account folder with my files. All work fine.
But galaxy don’t upload automaticaly them in the dataset folder, and I can’t use my files in galaxy. No option in galaxy to take ftp files.
In my galaxy.xml :
ftp_upload_dir: ‘/home/galaxy/database/ftp’
#ftp_upload_site: ‘’
ftp_upload_dir_identifier: email
ftp_upload_dir_template: {ftp_upload_dir}/${ftp_upload_dir_identifier}
ftp_upload_purge: true
Thank you
