pasv question: getting pasv working in standalone executable

1 view (last 30 days)
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!

Answers (0)

Community Treasure Hunt

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

Start Hunting!