Info
This question is closed. Reopen it to edit or answer.
Passive FTP in a deployed project?
1 view (last 30 days)
Show older comments
Hello, I asked a question like this one before, but couldn't get an answer. I was wondering if it was possible to do passive FTP in a deployed project in MATLAB.
I've gotten the code to work in my functions using the source code, but my problem is when I deploy it to a standalone application it no longer works correctly. I'm thinking I have two ways to solve this:
- CHeck the compiler in a computer without any formal MATLAB install, and try to configure it, or
- Wrap code from another programming language into MATLAB and make that a install prerequisite.
Any ideas on which one is the better option?
Thanks, this is something I've unsuccessfully wrapped around in my head for a few days without much result.
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!