Can I use passive mode FTP in MATLAB?

2 views (last 30 days)
I am working behind a firewall, and I need to use "passive mode" FTP to connect to FTP sites outside of my local network. Is there a way to do this in MATLAB?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The FTP class in MATLAB does not provide this functionality. However, the underlying Java class being used by MATLAB provides this functionality. Users can modify the FTP class in MATLAB to provide support for passive mode communications.
One such modification already exists on the MATLAB Central File Exchange:
It can be found by searching for "Passive mode FTP". Note that MathWorks does not provide technical support for code found on the File Exchange.

More Answers (0)

Categories

Find more on Search Path in Help Center and File Exchange

Products


Release

R14SP1

Community Treasure Hunt

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

Start Hunting!