92
drwxrwxrwx 1 noone nogroup 0 Apr 1 15:34 aa
226 Transfer finished successfully
226 11 matches total
Related commands
dir
mkdir
Use
mkdir
to create a subdirectory in the current directory on the FTP server.
Syntax
mkdir
directory
Views
FTP client view
Predefined user roles
network-admin
Parameters
directory
: Specifies the name of the directory to be created.
Usage guidelines
You can perform this operation only after you log in to the FTP server.
You must have permission to perform this operation on the FTP server.
Examples
# Create subdirectory
newdir
in the current directory of the remote FTP server.
ftp> mkdir newdir
257 "newdir" directory created
newer
Use
newer
to update a local file by using a remote file on the FTP server.
Syntax
newer
remotefile
[
localfile
]
Views
FTP client view
Predefined user roles
network-admin
Parameters
remotefile
: Specifies the name of the remote file on the FTP server.
localfile
: Specifies the name of the local file to be updated.
Usage guidelines
You can perform this operation only after you log in to the FTP server.