pasv question: getting pasv working in standalone executable
2 views (last 30 days)
Show older comments
Hello, thanks for looking at this,
I have a question about the pasv function located here: http://www.mathworks.com/matlabcentral/fileexchange/6626-passive-mode-ftp-in-matlab
What I did (and want to do ) is create a project file using deploytool that uses the passive ftp code. It's been working just fine in my function code, but as soon as I packed it up to a executable I began to get some problems.
I was wondering, is there something else I have to do to get pasv to work just using the matlab compiler? I thought if I included the functions I used in my code it would be enough, but the executable won't run the ftp protocol at all when packaged.
Any ideas? I can post code if necessary.
Thanks!
0 Comments
Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!