Copy file from one network computer, to another

9 ビュー (過去 30 日間)
Andrew Reibold
Andrew Reibold 2013 年 7 月 1 日
I have remote access to two computers. I want to use Matlab to copy a file from computer A to computer B, without using my computer as a stepping stone in the middle (The files are large)
Is there a command / some syntax that will allow me to do that?

回答 (1 件)

Jonathan Sullivan
Jonathan Sullivan 2013 年 7 月 1 日
Not really. If you want to bypass your machine you'll need to execute the command on either the source or the destination machines via something like ssh, remote desktop, etc. Otherwise, the files are streamed from the source machine, into your machine, and then from your machine to the destination machine.

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by