Announcement

Collapse
No announcement yet.

Listing problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Listing problem

    Hi,

    I find that BC3 doesn't list the content of an ftp directory if that directory contains link(s) for which the target is missing (or there's too many levels of symbolic links for it). FYI, I have following options checked inside my Default FTP Profile (used by all other profiles) -
    . Use MLSD command
    . Show hidden [-a]
    . Force Long format [-l]
    . Resolve Links [-L]
    Last edited by NeOnD; 25-Oct-2010, 01:40 PM.

  • #2
    Using 3.1.11 or 3.2.1, FTP or SFTP, and what server?

    If it's plain FTP, you can turn on debug logging in the Tweaks dialog (Ctrl+T) on the "Folder Views" tab, and BC will dump directory listings to the log.
    Zoë P Scooter Software

    Comment


    • #3
      BC 3.2.1. FTP on a HP-UX machine.
      After turning the DEBUG on here's the log output. .profile is a symbolic link to other location but the target file is missing.

      10/25/2010 2:32:38 PM Username: NtDomain\NeOnD
      10/25/2010 2:32:40 PM Load comparison: <->
      10/25/2010 2:32:42 PM Stat> Connected.
      10/25/2010 2:32:42 PM Recv> 220-
      10/25/2010 2:32:42 PM 220 MyHost FTP server (Revision 1.1 Version wuftpd-2.6.1(PHNE_38578) Fri Sep 5 12:10:54 GMT 2008) ready.
      10/25/2010 2:32:42 PM Sent> HOST MyHost
      10/25/2010 2:32:42 PM Recv> 530 Please login with USER and PASS.
      10/25/2010 2:32:42 PM Sent> USER user1
      10/25/2010 2:32:42 PM Recv> 331 Password required for user1.
      10/25/2010 2:32:42 PM Sent> PASS ********
      10/25/2010 2:32:42 PM Recv> 230 User user1 logged in.
      10/25/2010 2:32:42 PM Sent> FEAT
      10/25/2010 2:32:42 PM Recv> 500 'FEAT': command not understood.
      10/25/2010 2:32:42 PM Sent> TYPE I
      10/25/2010 2:32:42 PM Recv> 200 Type set to I.
      10/25/2010 2:32:42 PM Sent> SYST
      10/25/2010 2:32:42 PM Recv> 215 UNIX Type: L8
      10/25/2010 2:32:42 PM Sent> PWD
      10/25/2010 2:32:42 PM Recv> 257 "/home/users/user1" is current directory.
      10/25/2010 2:32:42 PM Sent> REST 1
      10/25/2010 2:32:42 PM Recv> 350 Restarting at 1. Send STORE or RETRIEVE to initiate transfer.
      10/25/2010 2:32:42 PM Sent> REST 0
      10/25/2010 2:32:42 PM Recv> 350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
      10/25/2010 2:32:43 PM Sent> TYPE A
      10/25/2010 2:32:43 PM Recv> 200 Type set to A.
      10/25/2010 2:32:43 PM Sent> PASV
      10/25/2010 2:32:43 PM Recv> 227 Entering Passive Mode (144,154,231,21,14,56)
      10/25/2010 2:32:43 PM Sent> LIST -alL
      10/25/2010 2:32:43 PM Recv> 150 Opening ASCII mode data connection for /usr/bin/ls.
      10/25/2010 2:32:43 PM Recv> 226 Transfer complete.
      10/25/2010 2:32:43 PM ./.profile not found
      10/25/2010 2:32:43 PM total 144
      10/25/2010 2:32:43 PM drwxr-xr-x 8 user1 user1 1024 Oct 25 13:04 .
      10/25/2010 2:32:43 PM drwxr-xr-x 4 root sys 96 Oct 25 14:32 ..
      10/25/2010 2:32:43 PM -rwxr-xr-x 1 user1 user1 832 Nov 14 2000 .cshrc
      10/25/2010 2:32:43 PM -rwxr-xr-x 1 user1 user1 347 Nov 14 2000 .exrc
      10/25/2010 2:32:43 PM -rwxr-xr-x 1 user1 user1 34 Oct 20 15:54 .history
      10/25/2010 2:32:43 PM -rwxr-xr-x 1 user1 user1 45 Oct 25 13:15 .lastlogin.user1
      10/25/2010 2:32:43 PM -rwxr-xr-x 1 user1 user1 334 Nov 14 2000 .login
      10/25/2010 2:32:43 PM -rwxr-xr-x 1 user1 user1 45982 Oct 25 13:25 .sh_history
      10/25/2010 2:32:43 PM drwxr-xr-x 2 user1 user1 96 Apr 23 2009 .ssh
      10/25/2010 2:32:43 PM drwxr-xr-x 3 user1 user1 96 Oct 20 14:19 scripts
      10/25/2010 2:32:43 PM FTP ParserID:
      10/25/2010 2:32:43 PM Load comparison: ftp://user1@MyHost/ <->
      10/25/2010 2:32:43 PM Background content comparison completed in 1.22 seconds
      Last edited by NeOnD; 25-Oct-2010, 02:51 PM.

      Comment


      • #4
        Turn off "Resolve Links [-L]" for that profile and it should start working correctly.

        I've logged a bug report about this, but I'm not sure on a fix right now. I'd suggest upgrading your FTP server, but it looks like wu-ftpd has been dead since 2003.
        Zoë P Scooter Software

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎