1 | Status: Connecting to 172.16.19.44 ...
|
---|
2 | Status: Connected with 172.16.19.44. Waiting for welcome message...
|
---|
3 | Response: 220 VxWorks FTP server (VxWorks 5.4.2) ready.
|
---|
4 | Command: USER brcpu
|
---|
5 | Response: 331 Password required
|
---|
6 | Command: PASS *****
|
---|
7 | Response: 230 User logged in
|
---|
8 | Command: FEAT
|
---|
9 | Response: 500 Command not recognized
|
---|
10 | Command: SYST
|
---|
11 | Response: 215 UNIX Type: L8 Version: VxWorks
|
---|
12 | Status: Connected
|
---|
13 | Status: Retrieving directory listing...
|
---|
14 | Command: PWD
|
---|
15 | Response: 257 Current directory is "C:"
|
---|
16 | Command: TYPE A
|
---|
17 | Response: 200 Type set to A, ASCII mode
|
---|
18 | Command: PASV
|
---|
19 | Response: 227 Entering Passive Mode (172,16,19,44,4,21)
|
---|
20 | Command: LIST
|
---|
21 | Response: 150 Opening ASCII mode data connection
|
---|
22 | Response: 226 Transfer complete
|
---|
23 | Status: Directory listing successful
|
---|
24 |
|
---|
25 | MY OWN PERSONAL COMMENTS:: At this point, the Remote Site says /C:/
|
---|
26 | MY OWN PERSONAL COMMENTS:: Now I type in D:\ (or D:, or D:/) for the Remote Site and get this:
|
---|
27 |
|
---|
28 | Status: Retrieving directory listing...
|
---|
29 | Command: CWD /C:/D:/
|
---|
30 | Response: 501 Directory non existent or syntax error
|
---|
31 | Error: Could not retrieve directory listing
|
---|
32 |
|
---|
33 | MY OWN PERSONAL COMMENTS:: I could Enter Command: CWD D:
|
---|
34 | MY OWN PERSONAL COMMENTS:: Then I Double Click .. (causes CDUP)
|
---|
35 |
|
---|
36 | Command: CWD D:
|
---|
37 | Response: 250 Changed directory to "D:"
|
---|
38 | Status: Retrieving directory listing...
|
---|
39 | Command: CDUP
|
---|
40 | Response: 250 Changed directory to "D:/"
|
---|
41 | Command: PWD
|
---|
42 | Response: 257 Current directory is "D:/"
|
---|
43 | Command: TYPE A
|
---|
44 | Response: 200 Type set to A, ASCII mode
|
---|
45 | Command: PASV
|
---|
46 | Response: 227 Entering Passive Mode (172,16,19,44,4,22)
|
---|
47 | Command: LIST
|
---|
48 | Response: 150 Opening ASCII mode data connection
|
---|
49 | Response: 226 Transfer complete
|
---|
50 | Status: Directory listing successful
|
---|
51 |
|
---|
52 | MY OWN PERSONAL COMMENTS:: Now I can enter the Remote Site like C:/ or C: or C:\ and it correctly accesses the site
|
---|
53 |
|
---|
54 | Status: Retrieving directory listing...
|
---|
55 | Command: CWD C:/
|
---|
56 | Response: 250 Changed directory to "C:/"
|
---|
57 | Command: PWD
|
---|
58 | Response: 257 Current directory is "C:/"
|
---|
59 | Command: TYPE A
|
---|
60 | Response: 200 Type set to A, ASCII mode
|
---|
61 | Command: PASV
|
---|
62 | Response: 227 Entering Passive Mode (172,16,19,44,4,33)
|
---|
63 | Command: LIST
|
---|
64 | Response: 150 Opening ASCII mode data connection
|
---|
65 | Response: 226 Transfer complete
|
---|
66 | Status: Directory listing successful
|
---|
67 |
|
---|
68 | MY OWN PERSONAL COMMENTS:: Now I can enter the Remote Site like D:/ or D: or D:\ and it correctly accesses the site, which it didn't do before
|
---|
69 |
|
---|
70 |
|
---|
71 | Status: Retrieving directory listing...
|
---|
72 | Command: CWD D:/
|
---|
73 | Response: 250 Changed directory to "D:/"
|
---|
74 | Command: PWD
|
---|
75 | Response: 257 Current directory is "D:/"
|
---|
76 | Command: TYPE A
|
---|
77 | Response: 200 Type set to A, ASCII mode
|
---|
78 | Command: PASV
|
---|
79 | Response: 227 Entering Passive Mode (172,16,19,44,4,34)
|
---|
80 | Command: LIST
|
---|
81 | Response: 150 Opening ASCII mode data connection
|
---|
82 | Response: 226 Transfer complete
|
---|
83 | Status: Directory listing successful
|
---|
84 |
|
---|
85 |
|
---|