MATLAB Function Reference |
Upload file or directory to FTP server
Syntax
Description
mput(f,'filename')
uploads name
from the MATLAB current directory to the current directory of the FTP server f
, where name
is a file or a directory and its contents, and where f
was created using ftp
. You can use a wildcard (*
) in filename
.
See Also
ftp
, mget (ftp)
, mkdir (ftp)
, rename (ftp)
movie2avi | msgbox |
© 1994-2005 The MathWorks, Inc.