E
E
EnZo_Smile2020-11-04 16:13:19
FTP
EnZo_Smile, 2020-11-04 16:13:19

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

1 answer(s)
V
Vladimir Korotenko, 2020-11-04
@firedragon

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 question

Ask a Question

731 491 924 answers to any question