Moving the file after cart validation by ftp or other technologies
- Accueil
- Forum
- Programmation
- PHP
- Moving the file after cart validation by ftp or other technologies
Azee Le 9 mars 2017 à 21:04 (Édité le 25 janvier 2019 à 17:53)
I explain my problem :
On my website, user can add files to their cart (files are located on another server but can be moved on the same server). Files can exceed 2GB.
Actually: Files are stored on an ftp server and after cart validation, a php script copy them to another ftp server on which users have read rights in their personal folder.
BUT, my problem is :
- I'm not sure my script work if dozens of users validate their cart.
- Actually, only with PHP, files are copied to webserver(ftp_get) and moved(ftp_put) to another ftp server in their personnal folder.
So my final question is, have you got an issue (PHP, js or other technology) to make what i want ?
Thanks in advance !
On my website, user can add files to their cart (files are located on another server but can be moved on the same server). Files can exceed 2GB.
Actually: Files are stored on an ftp server and after cart validation, a php script copy them to another ftp server on which users have read rights in their personal folder.
BUT, my problem is :
- I'm not sure my script work if dozens of users validate their cart.
- Actually, only with PHP, files are copied to webserver(ftp_get) and moved(ftp_put) to another ftp server in their personnal folder.
So my final question is, have you got an issue (PHP, js or other technology) to make what i want ?
Thanks in advance !
Vous devez être connecté pour poster une réponse. Se connecter ou Créer un compte