[Toybox] FTP commands

2013-11-05 Thread Bertold Van den Bergh
Hello, Is anyone working on ftpget and ftpput? I will likely be able to contribute these around the start of next month. Maybe I can also provide ftpd and telnetd but this is less certain. Can commands be accepted that are not on the roadmap? I will certainly need 'ntpdate' which for embedded sy

Re: [Toybox] FTP commands

2013-11-05 Thread ibid . ag
On Fri, Oct 18, 2013 at 01:05:50AM +0200, Bertold Van den Bergh wrote: > Hello, > > Is anyone working on ftpget and ftpput? I will likely be able to contribute > these around the start of next month. Not that I know of. If anyone is, it would be Ashwini Sharma; but he seems to be working on a di

Re: [Toybox] FTP commands

2013-11-05 Thread David Seikel
On Tue, 5 Nov 2013 20:06:10 -0800 ibid...@gmail.com wrote: > On Fri, Oct 18, 2013 at 01:05:50AM +0200, Bertold Van den Bergh wrote: > > > > Can commands be accepted that are not on the roadmap? I will > > certainly need 'ntpdate' which for embedded systems is better than > > a full blown ntpd. >

Re: [Toybox] FTP commands

2013-11-11 Thread Ashwini Sharma
Hi All, Yes i am having a version of ftpget/put and telnetd (not mature enough yet). Sometime soon i will be sending it on this list for review/submission. Thanks, Ashwini On Nov 6, 2013 9:36 AM, wrote: > On Fri, Oct 18, 2013 at 01:05:50AM +0200, Bertold Van den Bergh wrote: > > Hello, > > > >

Re: [Toybox] FTP commands

2013-11-27 Thread Rob Landley
On 11/05/2013 10:19:32 PM, David Seikel wrote: On Tue, 5 Nov 2013 20:06:10 -0800 ibid...@gmail.com wrote: > On Fri, Oct 18, 2013 at 01:05:50AM +0200, Bertold Van den Bergh wrote: > > > > Can commands be accepted that are not on the roadmap? I will > > certainly need 'ntpdate' which for embedd

Re: [Toybox] FTP commands

2013-12-09 Thread Ashwini Sharma
Hi Rob, List, Attached is an implementation for ftpget/put commands. Your inputs are welcome. regards, Ashwini On Thu, Nov 28, 2013 at 12:41 AM, Rob Landley wrote: > On 11/05/2013 10:19:32 PM, David Seikel wrote: > >> On Tue, 5 Nov 2013 20:06:10 -0800 ibid...@gmail.com wrote: >> >> > On Fri,

Re: [Toybox] FTP commands

2013-12-10 Thread Ashwini Sharma
Hi List, The last attachment was not the proper version. Please use the latest one attached here with. regards, Ashwini On Tue, Dec 10, 2013 at 11:22 AM, Ashwini Sharma wrote: > Hi Rob, List, > > Attached is an implementation for ftpget/put commands. > Your inputs are welcome. > > regards, > A

Re: [Toybox] FTP commands

2013-12-11 Thread ibid . ag
Thanks! Noticed a few differences from standard help messages, plus a small problem with the port number handling: when no port was specified, it failed. The solution ended up dropping a couple lines. Attached is the diff from your second version. Thanks, Isaac Dunham diff --git a/toys/pending/ft

Re: [Toybox] FTP commands

2013-12-12 Thread Ashwini Sharma
Hi, The input parameter port was kept as string, so that the user can also give service name like "ftp" instead of numeric PORT. Which will be resolved by getaddrinfo() using /etc/services. regards, Ashwini On Thu, Dec 12, 2013 at 1:27 PM, wrote: > Thanks! > Noticed a few differences from s

Re: [Toybox] FTP commands

2013-12-12 Thread ibid . ag
On Thu, Dec 12, 2013 at 02:25:38PM +0530, Ashwini Sharma wrote: > Hi, > > The input parameter port was kept as string, so that the > user can also give service name like "ftp" instead of numeric PORT. > > Which will be resolved by getaddrinfo() using /etc/services. > > regards, > Ashwini > Tha

Re: [Toybox] FTP commands

2013-12-12 Thread David Seikel
First of all, could every one stop CCing me, I'm actually on the list and I'm getting this entire conversation twice. It seems every one just copies the CC list from the one they are replying to, then adds one. The CC list has been steadily growing here. lol On Thu, 12 Dec 2013 17:39:56 -0800 i

Re: [Toybox] FTP commands

2013-12-27 Thread Rob Landley
On 12/12/13 19:39, ibid...@gmail.com wrote: On Thu, Dec 12, 2013 at 02:25:38PM +0530, Ashwini Sharma wrote: Hi, The input parameter port was kept as string, so that the user can also give service name like "ftp" instead of numeric PORT. ... and initialize port to 0, if we want to keep suppo

Re: [Toybox] FTP commands

2013-12-27 Thread Rob Landley
On 12/12/13 20:11, David Seikel wrote: First of all, could every one stop CCing me, I'm actually on the list and I'm getting this entire conversation twice. It seems every one just copies the CC list from the one they are replying to, then adds one. The CC list has been steadily growing here.

Re: [Toybox] FTP commands

2013-12-27 Thread ibid . ag
On Fri, Dec 27, 2013 at 08:39:42AM -0600, Rob Landley wrote: > On 12/12/13 19:39, ibid...@gmail.com wrote: > >On Thu, Dec 12, 2013 at 02:25:38PM +0530, Ashwini Sharma wrote: > >>Hi, > >> > >>The input parameter port was kept as string, so that the > >> user can also give service name like "ftp" in

Re: [Toybox] FTP commands

2013-12-27 Thread Rob Landley
On 12/27/13 11:49, ibid...@gmail.com wrote: On Fri, Dec 27, 2013 at 08:39:42AM -0600, Rob Landley wrote: On 12/12/13 19:39, ibid...@gmail.com wrote: On Thu, Dec 12, 2013 at 02:25:38PM +0530, Ashwini Sharma wrote: Hi, The input parameter port was kept as string, so that the user can also giv