$ftp->mkdir(dir[, recursive])
ftp
dir
recursive
Makes a new directory. Arguments are:
The new directory name.
If true, creates all directories in the path as needed.
true
Copyright © 2001 O'Reilly & Associates. All rights reserved.