How to transfer file from one server to other server using command prompt?
We are trying to transfer file from one server to other server with command prompt script but getting error with the code.
What is correct code or script for server to server file transfer?
We are trying this code
We want transfer a file from our one server to other server using sftp command to automate it but not getting proper code for it.
If anyone knows anything about this transfer please let us know. We are trying to find it from so long time.
What is correct code or script for server to server file transfer?
We are trying this code
wget/mget sftp://user:user@pass@000.000.00.00:/public_html/index.php
If anyone knows anything about this transfer please let us know. We are trying to find it from so long time.
Last edited by Jon on 2024-02-12 09:55; edited 1 time in total