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

3 Ansichten (letzte 30 Tage)
Robert
Robert am 6 Dez. 2022
Kommentiert: Matthew Torjussen am 26 Mär. 2024
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.

Antworten (1)

Rishav
Rishav am 4 Sep. 2023
Bearbeitet: Rishav am 5 Sep. 2023
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.
  1 Kommentar
Matthew Torjussen
Matthew Torjussen am 26 Mär. 2024
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.

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by