Hi folks,
Thanks for downloading and rating this submission. For those trying to use this class with MATLAB Compiler, here's the fix:
1. Locate your @ftp folder and copy it to a location outside MATLAB toolbox directory.
2. Add the folder containing @ftp to the top of your MATLAB path.
3. Copy the provided connect.m into your new @ftp/private folder.
4. Copy the rest of the files to your new @ftp folder (ftp.m pasv.m, active.m, dataMode.m)
5. Restart MATLAB and rehash your toolbox cache by typing:
rehash toolboxcache
6. You can now use passive mode FTP as before, and if you compile the application, it will work.
I have updated the submission and install instructions. The update should hit the File Exchange in a few days.
This is a really great contribution. I struggled with some ftp code that previously was working fine, but broke when the lab IT infrastructure was updated - presumably because of a firewall. A quick google search brought me here, and within five minutes I had these files downloaded, installed, and my old code working again. Thank you!
Hi folks,
Thanks for downloading and rating this submission. For those trying to use this class with MATLAB Compiler, here's the fix:
1. Locate your @ftp folder and copy it to a location outside MATLAB toolbox directory.
2. Add the folder containing @ftp to the top of your MATLAB path.
3. Copy the provided connect.m into your new @ftp/private folder.
4. Copy the rest of the files to your new @ftp folder (ftp.m pasv.m, active.m, dataMode.m)
5. Restart MATLAB and rehash your toolbox cache by typing:
rehash toolboxcache
6. You can now use passive mode FTP as before, and if you compile the application, it will work.
I have updated the submission and install instructions. The update should hit the File Exchange in a few days.