Status: Connecting to 172.16.19.44 ... Status: Connected with 172.16.19.44. Waiting for welcome message... Response: 220 VxWorks FTP server (VxWorks 5.4.2) ready. Command: USER brcpu Response: 331 Password required Command: PASS ***** Response: 230 User logged in Command: FEAT Response: 500 Command not recognized Command: SYST Response: 215 UNIX Type: L8 Version: VxWorks Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 Current directory is "C:" Command: TYPE A Response: 200 Type set to A, ASCII mode Command: PASV Response: 227 Entering Passive Mode (172,16,19,44,4,21) Command: LIST Response: 150 Opening ASCII mode data connection Response: 226 Transfer complete Status: Directory listing successful MY OWN PERSONAL COMMENTS:: At this point, the Remote Site says /C:/ MY OWN PERSONAL COMMENTS:: Now I type in D:\ (or D:, or D:/) for the Remote Site and get this: Status: Retrieving directory listing... Command: CWD /C:/D:/ Response: 501 Directory non existent or syntax error Error: Could not retrieve directory listing MY OWN PERSONAL COMMENTS:: I could Enter Command: CWD D: MY OWN PERSONAL COMMENTS:: Then I Double Click .. (causes CDUP) Command: CWD D: Response: 250 Changed directory to "D:" Status: Retrieving directory listing... Command: CDUP Response: 250 Changed directory to "D:/" Command: PWD Response: 257 Current directory is "D:/" Command: TYPE A Response: 200 Type set to A, ASCII mode Command: PASV Response: 227 Entering Passive Mode (172,16,19,44,4,22) Command: LIST Response: 150 Opening ASCII mode data connection Response: 226 Transfer complete Status: Directory listing successful MY OWN PERSONAL COMMENTS:: Now I can enter the Remote Site like C:/ or C: or C:\ and it correctly accesses the site Status: Retrieving directory listing... Command: CWD C:/ Response: 250 Changed directory to "C:/" Command: PWD Response: 257 Current directory is "C:/" Command: TYPE A Response: 200 Type set to A, ASCII mode Command: PASV Response: 227 Entering Passive Mode (172,16,19,44,4,33) Command: LIST Response: 150 Opening ASCII mode data connection Response: 226 Transfer complete Status: Directory listing successful 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 Status: Retrieving directory listing... Command: CWD D:/ Response: 250 Changed directory to "D:/" Command: PWD Response: 257 Current directory is "D:/" Command: TYPE A Response: 200 Type set to A, ASCII mode Command: PASV Response: 227 Entering Passive Mode (172,16,19,44,4,34) Command: LIST Response: 150 Opening ASCII mode data connection Response: 226 Transfer complete Status: Directory listing successful