Answer the question
In order to leave comments, you need to log in
How to upload files to multiple FTP servers at the same time?
Actually, subject. I want to press a button, go drink tea, and the files will be poured directly into the root of several connected servers. Can Total Commander do this? If not, please advise the software.
Answer the question
In order to leave comments, you need to log in
Something like this
scp -i "abs.pem" interactivemap\dist\js\app.js [email protected]:/var/www/www-root/data/www/test.com/test/js/app.js
scp -i "abs.pem" interactivemap\dist\js\chunk-vendors.js [email protected]:/var/www/www-root/data/www/test.com/test/js/chunk-vendors.js
scp -i "abs.pem" interactivemap\dist\js\map.js [email protected]:/var/www/www-root/data/www/test.com/test/js/map.js
scp -i "abs.pem" interactivemap\dist\js\paths.js [email protected]:/var/www/www-root/data/www/test.com/test/js/paths.js
scp -i "abs.pem" interactivemap\dist\js\settings.js ubun[email protected]:/var/www/www-root/data/www/test.com/test/js/settings.js
scp -i "abs.pem" interactivemap\dist\js\raphael.min.js [email protected]:/var/www/www-root/data/www/test.com/test/js/raphael.min.js
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question