6
Procedure 4 Quitting an FTP session
1 Quit the FTP session from the prompt by typing ftp> quit
and pressing the Enter key.
Example of a MAP response:
221 Goodbye.
FTP: Session ID deallocated.
You have completed this procedure.
ftp> lcd ‘/S00DTEMP’ Example of a MAP response:
FTP: Local directory changed.
3
4
5

Appendix C: Using FTP 125

List the files names and their attributes in the directory by typing

ftp> dir

and pressing the Enter key. Example of a MAP response:

total 57512

 

 

 

 

 

 

drwx------

2

paulg snopc 512 Jan 26

08:05

News

drwx------

2

paulg snopc 512 Feb

2

07:55

PERSONAL

-rw-r--r--

1

paulg gtest 397

Jan

4

1995

.Xresources

drwxr-xr-x

4

paulg snopc 512

Nov 30

13:22

Windows

-rw-r-----

1

paulg snopc 557879 Feb

1 09:08 WSFILE

drwxr-x---

2

paulg snopc 512

Jan 22

15:50

dmsplpermdir

drwxr-x---

3

paulg snopc 4608 Feb 1

11:08

dmspltempdir

226 Transfer

complete.

 

 

 

 

Change to another directory on the remote host by typing

ftp> cd path_name

and pressing the Enter key.

where

path_name is a valid directory path Example:

ftp> cd ‘/team/bin’

Example of a MAP response:

250 CWD command successful.

Change to another directory on the local host by typing

ftp> lcd path_name

and pressing the Enter key.

where

path_name is a valid directory path Example:

DMS-100 Family EIU User Guide TELECOM12

Page 125
Image 125
Cabletron Systems DMS-100 manual Ftp dir, Ftp cd pathname, Ftp cd ‘/team/bin’, Ftp lcd pathname