NAME: mount_ftp -- mount a FTP filesystem
SYNOPSIS
mount_ftp [-o options] host[:port][/path] node
DESCRIPTION
The mount_ftp command mounts a FTP-enabled server directory at
host[:port][/path] at the mount point indicated by node.
The user ID for all files and folders is set to the user's real user ID.
The group ID for all files and directories is set to unknown, and the
permissions default to read and execute for user, group and other.
The options are:
-o Options passed to mount(2) are specified with the -o option fol-
lowed by a comma separated string of options. See the mount(8 )
man page for possible options and their meanings. The rdonly
option will be set even if it was not specified because mount_ftp
does not allow files to be opened with write access on servers.