Comments on: Solving an mput (FTP) hang problem https://undocumentedmatlab.com/blog_old/solving-an-mput-ftp-hang-problem Charting Matlab's unsupported hidden underbelly Thu, 02 May 2024 08:00:01 +0000 hourly 1 https://wordpress.org/?v=4.4.1 By: Moghhttps://undocumentedmatlab.com/blog_old/solving-an-mput-ftp-hang-problem#comment-422296 Thu, 05 Apr 2018 06:44:33 +0000 https://undocumentedmatlab.com/?p=5974#comment-422296 My same problem with “mput” function is solved.
thanks a lot for your useful suggestion.

]]>
By: Eneshttps://undocumentedmatlab.com/blog_old/solving-an-mput-ftp-hang-problem#comment-418940 Tue, 06 Feb 2018 05:53:34 +0000 https://undocumentedmatlab.com/?p=5974#comment-418940 I was facing the same problem. When I used dir(f) command the code would just get stuck. Using the line: “sf=struct(f); sf.jobject.enterLocalPassiveMode();” to switch to passive mode as you have pointed out solved my problem. Thank you.

]]>
By: Samuel Brocksopphttps://undocumentedmatlab.com/blog_old/solving-an-mput-ftp-hang-problem#comment-394665 Tue, 29 Nov 2016 11:37:11 +0000 https://undocumentedmatlab.com/?p=5974#comment-394665 Hi there,

I have been suffering the burden of MATLAB’s FTP functions for a few days now. Like you stated in your post, some of the other solutions are not ideal or portable. Thank you very much for posting this! Your website is a great resource, keep up the good work.

Brocksopp

]]>