1 | Status: Resolving IP-Address for ftp.myserver.com
|
---|
2 | Status: Connecting to 68.178.254.100:21...
|
---|
3 | Status: Connection established, waiting for welcome message...
|
---|
4 | Response: 220 Microsoft FTP Service
|
---|
5 | Command: USER mylogin
|
---|
6 | Response: 331 Password required for mylogin.
|
---|
7 | Command: PASS *************
|
---|
8 | Response: 230 User mylogin logged in.
|
---|
9 | Command: SYST
|
---|
10 | Response: 215 Windows_NT
|
---|
11 | Command: FEAT
|
---|
12 | Response: 211-FEAT
|
---|
13 | Response: SIZE
|
---|
14 | Response: MDTM
|
---|
15 | Response: 211 END
|
---|
16 | Status: Connected
|
---|
17 | Status: Retrieving directory listing...
|
---|
18 | Command: PWD
|
---|
19 | Response: 257 "/mylogin" is current directory.
|
---|
20 | Command: TYPE I
|
---|
21 | Response: 200 Type set to I.
|
---|
22 | Command: PASV
|
---|
23 | Response: 227 Entering Passive Mode (68,178,254,100,18,136).
|
---|
24 | Command: LIST
|
---|
25 | Response: 125 Data connection already open; Transfer starting.
|
---|
26 | Response: 226 Transfer complete.
|
---|
27 | Status: Directory listing successful
|
---|
28 |
|
---|
29 |
|
---|