Sub-folders on VMS not listing

I downloaded and installed SFTPDev.exe on 9/9/05 and that version won't list files in sub-directories (under the root directory) in VMS, whereas the previous version was.

Thanks, Mark
mark.alessi@houghton.edu

Dear Mark ..

Please post the raw listing of the folder. Right-click on it in the tree view and select "Show Raw Listing". Please use the
 tags around the raw listing when posting it into the forum.



Thank you.

Thanks. Here's the RAW output. Kind of "looks" OK, here, but nothing appears in the body of the window. - Mark








Directory D5:[TRANSFERSIS.TOS]







COMPILE.COM;4            2/70         12-SEP-2005 11:25:57  [TRANSFERSIS]          (RWED,RWED,RWED,)



COMPILE.COM;3            2/70         12-SEP-2005 11:13:07  [TRANSFERSIS]          (RWED,RWED,RWED,)



COMPILE.COM;2            2/70         12-SEP-2005 11:12:53  [TRANSFERSIS]          (RWED,RWED,RWED,)



COMPILE.COM;1            5/70         12-SEP-2005 11:12:04  [TRANSFERSIS]          (RWED,RWED,RWED,)



SISDBD1B.DAT;2        1093/1120       12-SEP-2005 10:29:09  [TRANSFERSIS]          (RWED,RWED,RWED,)



SISDBD1B.OLD;1        1093/1120       12-SEP-2005 10:56:03  [TRANSFERSIS]          (RWED,RWED,RWED,)



SIVAXF44.TXT;1         210/210        12-SEP-2005 10:58:34  [TRANSFERSIS]          (RWED,RWED,RWED,)







Total of 7 files, 2407/2730 blocks



Thanks.

The parser can successfully interpret the listing. Did you post the log from the root folder which is displayed in SmartFTP or the listing from a sub-folder (TOS) which is not?

Can you post the log of your FTP session. The SYST reply from the server is in particularly the interesting part.

Thanks again for your valuable time.
-Mat

I posted this from the TOS folder. Here's a log of the session trying to open the sub-folder again. Thanks.




    SmartFTP v1.5.990.9



    Resolving host name "10.1.10.40"



    Connecting to 10.1.10.40 Port: 21



    Connected to 10.1.10.40.



220 SOLOMON.houghton.edu FTP Server (Version 5.0) Ready.



    USER transfersis



331 Username transfersis requires a Password



    PASS (hidden)



230 User logged in.



    SYST



200 VMS OpenVMS V7.2 on node SOLOMON.houghton.edu.



    FEAT



502 FEAT is unimplemented.



    TYPE I



200 TYPE set to IMAGE.



    REST 0



502 REST is unimplemented.



    PWD



257 "D5:[TRANSFERSIS]" is current directory.



    CWD /D5:/TRANSFERSIS



550-Failed to set default directory to /D5:/TRANSFERSIS.



550 file specification syntax error



    PASV



227 Entering Passive Mode (10,1,10,40,4,126)



    Opening data connection to 10.1.10.40 Port: 1150



    LIST



150 Opening data connection for D5:[TRANSFERSIS]*.*;* (10.2.2.53,2556)



    1940 bytes transferred. (61.1 KB/s) (31 ms)



226 LIST Directory transfer complete.



    CWD D5:[TRANSFERSIS.TOS]



250-CWD command successful.



250 New default directory is D5:[TRANSFERSIS.TOS]



    PWD



257 "D5:[TRANSFERSIS.TOS]" is current directory.



    PASV



227 Entering Passive Mode (10,1,10,40,4,127)



    Opening data connection to 10.1.10.40 Port: 1151



    LIST



150 Opening data connection for D5:[TRANSFERSIS.TOS]*.*;* (10.2.2.53,2557)



    2523 bytes transferred. (79.4 KB/s) (31 ms)



226 LIST Directory transfer complete.



Thanks, that seems to have fixed the problem. - Mark

Started using the new dev version you posted yesterday for me with this fix, and I find that if a sub-folder on the vms system is empty, I cannot copy anything into it. Otherwise it seems to work fine. The log looks like this. Thanks, Mark




    SmartFTP v1.5.990.11



    Resolving host name "10.1.10.40"



    Connecting to 10.1.10.40 Port: 21



    Connected to 10.1.10.40.



220 SOLOMON.houghton.edu FTP Server (Version 5.0) Ready.



    USER transfersis



331 Username transfersis requires a Password



    PASS (hidden)



230 User logged in.



    SYST



200 VMS OpenVMS V7.2 on node SOLOMON.houghton.edu.



    FEAT



502 FEAT is unimplemented.



    TYPE I



200 TYPE set to IMAGE.



    REST 0



502 REST is unimplemented.



    PWD



257 "D5:[TRANSFERSIS]" is current directory.



    CWD /D5:/TRANSFERSIS



550-Failed to set default directory to /D5:/TRANSFERSIS.



550 file specification syntax error



    PASV



227 Entering Passive Mode (10,1,10,40,5,21)



    Opening data connection to 10.1.10.40 Port: 1301



    LIST



150 Opening data connection for D5:[TRANSFERSIS]*.*;* (10.2.2.53,4691)



    863 bytes transferred. (52.6 KB/s) (16 ms)



226 LIST Directory transfer complete.



    CWD D5:[TRANSFERSIS.TEST]



250-CWD command successful.



250 New default directory is D5:[TRANSFERSIS.TEST]



    PWD



257 "D5:[TRANSFERSIS.TEST]" is current directory.



    PASV



227 Entering Passive Mode (10,1,10,40,5,22)



    Opening data connection to 10.1.10.40 Port: 1302



    LIST



150 Opening data connection for D5:[TRANSFERSIS.TEST]*.*;* (10.2.2.53,4692)



    0 bytes transferred. (0 bytes/s) (16 ms)



550 file not found



    PASV



227 Entering Passive Mode (10,1,10,40,5,23)



    Opening data connection to 10.1.10.40 Port: 1303



    LIST



150 Opening data connection for D5:[TRANSFERSIS.TEST]*.*;* (10.2.2.53,4693)



    0 bytes transferred. (N/A/s) (0 ms)



550 file not found



    PASV



227 Entering Passive Mode (10,1,10,40,5,24)



    Opening data connection to 10.1.10.40 Port: 1304



    LIST



150 Opening data connection for D5:[TRANSFERSIS.TEST]*.*;* (10.2.2.53,4694)



    0 bytes transferred. (0 bytes/s) (16 ms)



550 file not found



    Transfer failed.

It's a bug with the VMS FTP server software. The LIST reply:
550 file not found
is wrong.

-Mat