FTP Problem to get files
古いコメントを表示
i am trying to download some share files from ftp online server
my code
filename=['myname', num2str(K) ,'.wav'];
onoma=['\\tepak2\ptixiaki\' , filename];
dir(ts,onoma)
mget(ts,onoma)
and i get get follow message
myname1.wav
Error using ftp/mget (line 106) File "\\tepak2\ptixiaki\myname1.wav" not found on server.
Error in Untitled2 (line 13) mget(ts,onoma)
anyone know what to do? thnx
2 件のコメント
Guillaume
2017 年 1 月 27 日
Well, is the file found in that location?
andreas ioannou
2017 年 1 月 28 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で FTP File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!