필터 지우기
필터 지우기

Is an update for passive ftp available for post 2020 releases?

조회 수: 14 (최근 30일)
Robert
Robert 2022년 12월 6일
댓글: Robert 2024년 5월 29일
About 12 years ago Idin Motedayen-Aval provided an excellent solution to the ftp problems in MatLab by producing a set of tools that allow MatLab to use a passive ftp protocol. However, recent updates to MatLab have caused problems with this solution (pathfiles have changed for example). Is there a new tool available?
Why does MatLab still not have a built-in tool for passive FTP? Is this planned? Firewalls are pretty standard these days.

답변 (1개)

Rishav
Rishav 2023년 9월 4일
편집: Rishav 2023년 9월 5일
Hi Robert,
The FTP class in MATLAB does not provide the passive FTP functionality.
However, MATLAB does provide functionality for working with FTP using its 'ftp' object and related functions, which can be used to perform basic FTP operations. These functions might not offer passive mode support out of the box but can be used for many FTP tasks.
  댓글 수: 2
Matthew Torjussen
Matthew Torjussen 2024년 3월 26일
This isn't really good enough, MATLAB. The device I am trying to download data from uses passive mode and I have no control over that. With Idin Motedayen-Aval's workaround no longer working I am left unable to complete the task. It's a pain.
Robert
Robert 2024년 5월 29일
Unfortunately, I agree, it's odd this is still an issue. Accessing online resources from behind a firewall can require the use of a passive ftp function.

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

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by