source: prextra/@ftp/loadobj.m @ 132

Last change on this file since 132 was 113, checked in by bduin, 8 years ago
File size: 191 bytes
RevLine 
[113]1function f = loadobj(f)
2% LOADOBJ Load filter for FTP objects.
3
4% Matthew J. Simoneau, 11-Mar-2004
5% Copyright 1984-2004 The MathWorks, Inc.
6
7f.jobject = org.apache.commons.net.ftp.FTPClient;
Note: See TracBrowser for help on using the repository browser.