Search found 41 matches

by nisargshah95
Fri Oct 19, 2018 12:45 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

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
by nisargshah95
Tue Oct 16, 2018 7:32 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

Thanks.
test word [edit_pass.flags],ed_focus
Great! This is exactly what I was looking for :D
by nisargshah95
Sun Oct 14, 2018 8:08 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

Correct, I meant I will need to check how to make an edit box active.
by nisargshah95
Sun Oct 14, 2018 5:55 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

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 wo...
by nisargshah95
Sun Oct 14, 2018 5:38 am
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

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.
by nisargshah95
Tue Mar 27, 2018 7:50 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

Yes! It worked. Now the question is, why does 70.3 create the file? It should return eax=5 (file not found).
by nisargshah95
Tue Mar 27, 2018 6:47 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

0CodErr wrote:
nisargshah95 wrote:Doesn't work for the FTPC packaged in Kolibri image.
Is ini-file also packaged in the image?
No. I always assumed it would be. But I don't see the file in /rd/1/network. Thanks a lot! I'll try adding it to data/Tupfile.lua.
by nisargshah95
Mon Mar 26, 2018 7:51 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

0CodErr wrote:nisargshah95, is your app really can to find ini-file?
It does. As I mentioned before, if I compile ftpc source on /usbhd0/1 and run it from there it can successfully create and write to file.
by nisargshah95
Mon Mar 26, 2018 6:48 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

According to sysfuncs.txt for 70.3,
* The file must already exist, otherwise function returns eax=5.
But I get eax=10. How is this possible?
by nisargshah95
Wed Mar 21, 2018 9:16 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

0CodErr, I think you are right. On reading sysfuncs.txt carefully, I see 70.3 is for writing to existing file. Using 70.2 should work. Thanks very much!
by nisargshah95
Wed Mar 21, 2018 8:58 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

How do you writing to log? From programs/network/ftpc/ftpc.asm:637: ;;================================================================================================;; write_to_file: ;//////////////////////////////////////////////////////////////////////////////////;; ;;---------------------------...
by nisargshah95
Wed Mar 21, 2018 7:24 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

0CodErr, it looks like there is still "Access denied" issue even after moving log location to /tmp0/1/ (Rev 7201).
by nisargshah95
Mon Mar 19, 2018 7:59 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

0CodErr wrote:nisargshah95, which filesystem do you use on /usbhd0/1 ?
I use FAT (32-bit) on /usbhd0/1. I will try submitting a fix with /tmp0/1 and see if it works.
by nisargshah95
Mon Mar 12, 2018 8:07 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

Writing to log file at /usbhd0/1/ftpc.log fails with "access denied" error. It writes successfully if i compile and run ftpc from /usbhd0/1/. Why does the ftpc from the image give this error? Will it work if I change log destination to /tmp0/1/?
by nisargshah95
Thu Feb 08, 2018 9:05 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62588

Re: FTP client

Thanks 0CodErr. Is there any way to test this on local machine? Do I need to follow build instructions from root/build.txt?