FTP Problem to get files

조회 수: 3 (최근 30일)
andreas ioannou
andreas ioannou 2017년 1월 27일
댓글: andreas ioannou 2017년 1월 28일
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
Guillaume 2017년 1월 27일
Well, is the file found in that location?
andreas ioannou
andreas ioannou 2017년 1월 28일
Thanks for the reply, its a online ftp server so i use a program to get the full path of the folder. When i try to get the file it say not found on server but when i use dir to see the lists files and folders in the current folder i get the message myname1.wav and this is the file i wanna download.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 FTP File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by