Search found 41 matches

by nisargshah95
Thu Jun 16, 2016 2:28 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

Utsav_Chokshi wrote:Regarding importing boxlib library, you can actually import it like any other library.
Thanks Utsav, I'll check it out when working on the GUI :D
by nisargshah95
Wed Jun 15, 2016 2:54 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

So here is the final source code and binary after refactoring and resolving the issues posted earlier. Do check it out and let me know if there are any issues :) Changes - Added error handling for filesystem errors (disk full, access denied, etc) Added download progress (shows number of bytes downlo...
by nisargshah95
Sat Jun 11, 2016 8:18 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

The refactoring is done but before we push the code we decided to fix few issues with FTPC - No warnings/errors are produced when lcwd <path/to/folder> is executed when the path is invalid. Fix this to prevent unwanted behaviour. Display some sort of progress to know how much of data has been downlo...
by nisargshah95
Fri Jun 03, 2016 8:44 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

So me and ashmew2 had a discussion today on the overall code structure of the FTP client for easy integration of GUI (while keeping CLI). The plan is to keep both GUI and CLI interfaces, although only one would be active during the program execution. For example, if the user wants CLI, he/she can ru...
by nisargshah95
Thu Jun 02, 2016 7:29 am
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

Yes it does seem more appropriate. I have changed it. Thanks!
by nisargshah95
Wed Jun 01, 2016 10:40 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

The GUI for login screen has been finished (integration with FTPC is remaining). I have attached the code to run it as a standalone program. Any feedback regarding the design/code is welcome :) Screenshot: http://s33.postimg.org/62r6g2033/login_gui.png Code: use32 org 0x0 db 'MENUET01' dd 0x1 dd sta...
by nisargshah95
Sat May 28, 2016 1:31 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

Progress Update
  • * Proper error handling has been added for socket functions in FTPC (#6436 and #6437).
  • * Work on building a GUI login screen has started keeping in mind
    • * how well GUI code can be separated from the core FTPC code.
    • * if we can have both the CLI and GUI interface available.
by nisargshah95
Thu May 05, 2016 10:36 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

I will try to make maximal use of GUI elements currently available in KolibriOS. I have not looked in detail into all the GUI support available but I will post the details once I get familiar with those.
by nisargshah95
Wed May 04, 2016 11:30 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

I am working on creating a GUI for the existing FTP client as part of my GSoC project. The main goals of the project are - 1. support for existing commands in the FTP client 2. search remote directory 3. enable logging control data to log file 4. display upload/download progress bar 5. support resum...
by nisargshah95
Tue Apr 12, 2016 10:33 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 61506

Re: FTP client

I added the functionality to parse command line arguments of the form ftp://user:password@server.com:port/folder/subfolder (#6394). For eg.,

Code: Select all

ftpc ftp://anonymous:pass@ftp.kolibrios.org:21/users
by nisargshah95
Sat Mar 19, 2016 7:22 pm
Forum: Network
Topic: WebView: Text-based Browser
Replies: 880
Views: 370155

Re: WebView: Text-based Browser

It seems the browser crashes on startup on a VM with 64MB RAM. Works well with 128MB.