FTP client

...
  • Could anyone help please: how to download selected file?
    Attachments
    ftpc.png
    ftpc.png (22.36 KiB)
    Viewed 8981 times
    Из хаоса в космос
  • 1) bug: user could select the non-exist file after the last one http://prntscr.com/l5p71k -> boxlib issue
    2) bug: connect to ftp://kolibrios.org, user: anonymous; press Cancel http://prntscr.com/l5p7sv => app freezes
    3) usability issue: http://prntscr.com/l5p80r tab doesn't work
    also would be nice to have Enter work
    4) would be nice to try to connect as "anonymous" automatically -> ?not sure we need it?
    5) is "Search" button works http://prntscr.com/l5p8s9 ?
    6) usability bug: not possible to open folder http://prntscr.com/l5p96t using mouse (second click on already selected item or double click) -> boxlib issue
    7) there is no local folder refresh after file download; normally it has to be refreshed
    8) Would you mind to make log font smaller? -> done partially, need to decrease letter spacing
    Last edited by Leency on Tue Oct 30, 2018 6:10 pm, edited 6 times in total.
    Из хаоса в космос
  • Leency wrote:Could anyone help please: how to download selected file?
    Pressing 'Enter' will enter into directories/download files. I think it is a feature of box lib itself rather than ftpc.
  • Leency wrote:1) bug: user could select the non-exist file after the last one http://prntscr.com/l5p71k
    2) bug: connect to ftp://kolibrios.org, user: anonymous; press Cancel http://prntscr.com/l5p7sv => app freezes
    3) usability issue: http://prntscr.com/l5p80r tab doesn't work
    also would be nice to have Enter work
    4) would be nice to try to connect as "anonymous" automatically
    5) is "Search" button works http://prntscr.com/l5p8s9 ?
    6) usability bug: not possible to open folder http://prntscr.com/l5p96t using mouse (second click on already selected item or double click)
    2 should be fixed in Rev 7463. For 1, 3 and 6, will need to dig into box lib.
    Regarding 5, search only searches within the files/directories listed in right pane. If you search second time without refreshing the directory list using "LIST", it will search within the current search results. Possible solution is to do a "LIST" before search.
  • 2. Thanks

    3. not a box lib task, this should be implemented in app
    if (editbox1.active) then editbox1.disable and set editbox2.active
    else if (editbox2.active) then editbox2.disable and set editbox3.active
    else if ...
    Из хаоса в космос
  • Correct, I meant I will need to check how to make an edit box active.
  • 3. fixed
    Last edited by Leency on Fri Oct 19, 2018 12:50 pm, edited 1 time in total.
    Из хаоса в космос
  • Thanks.
    test word [edit_pass.flags],ed_focus
    Great! This is exactly what I was looking for :D
  • 7. there is no local folder refresh after file download; normally it has to be refreshed
    Could you fix this please?
    Из хаоса в космос
  • Leency wrote:
    7. there is no local folder refresh after file download; normally it has to be refreshed
    Could you fix this please?
    Rev 7487 fixes this and log font size
  • Great, I'll check with IgorA the rest points http://board.kolibrios.org/viewtopic.ph ... 989#p71989
    Из хаоса в космос
  • Use system colors for login UI, show error message in case of empty "Server" field.
    Fixed too big letter spacing in log (edit0) at main window.

    P.S. I will fix "adress" next time :)
    Attachments
    ftpc015.png
    ftpc015.png (5.43 KiB)
    Viewed 8752 times
    Last edited by Leency on Fri Oct 19, 2018 11:14 pm, edited 1 time in total.
    Из хаоса в космос
  • nisargshah95
    6) usability bug: not possible to open folder http://prntscr.com/l5p96t using mouse (second click on already selected item or double click)
    I have checked this point.
    So the best way is to catch the moment of item click. If user clicks second time on the same element then we download file or open a folder.
    Could you please implement it?
    Из хаоса в космос
  • Code: Select all

    1) bug: user could select the non-exist file after the last one http://prntscr.com/l5p71k -> boxlib issue
    This fixed. Rev 7509. Also thanks to IgorA for boxlib fixing.
    Из хаоса в космос
  • Who is online

    Users browsing this forum: No registered users and 1 guest