Managing directories on the FTP server
Task | Command |
---|---|
Display directory and file information on the FTP server. |
|
Change the working directory on the FTP server. | cd { directory | .. | / } |
Return to the upper level directory on the FTP server. | cdup |
Display the working directory that is being accessed. | pwd |
Create a directory on the FTP server. | mkdir directory |
Remove the specified working directory on the remote FTP server. | rmdir directory |