File Path On The Server

Hello everyone,
what is the path to send a csv file on the server in the seller's space?
A distributor sends his CSV file directly to the server and asked me for the route

Try

CSCART_ROOT/var/files/1/exim

where 1 - is the ID of the store-front

Try

CSCART_ROOT/var/files/1/exim

where 1 - is the ID of the store-front

does not work
the file to send is: prodotti.csv
therefore the link must be: https://www.miodominio.it/var/files/1/prodotti.csv

Check file on the sever. Direct access to the file can be closed by .htaccess or nginx configuration

I tried all the ways but I always get the error, how can I know how to send a file to the server in the seller ID 1 folder

should I import an xml file generated directly by the management system, how should the link be?
I used this:
https: // www.mio domain.it/ var / files / 1 /
but it doesn't work I always get an error: "non-existent web address"
can someone be kind and support me?
Thank you so much

Try to export one item from your catalog to check correct format in the exported file

Try to export one item from your catalog to check correct format in the exported file

Sorry Ecom, what's the use?
I have a file on the management and the possibility of sending it to the server but I do not know the complete path with the seller's username and password

Sorry Ecom, what's the use?
I have a file on the management and the possibility of sending it to the server but I do not know the complete path with the seller's username and password

Sorry, I mixed up sever posts from this forum.

Direct access to the files from var directory is forbidden in CS-Cart

is there a way to do it?

is there a way to do it?

If you use apache, change .htaccess in the corresponding directories

If you use nginx, configuration on the server side is required

But please note that the access is closed due to security reasons

how can this be done to make this automatic?
I have a provider that has to send an updated file every hour
do you need to create some special add?
Thanks

You can enable access to specific directory. It will be one time action