@Darshit, is there any chance that you find some time to add OS9 support into the FTP test server ? It is just a flag to be set in the test script that should make the FTP server return a typical OS9 FTP listing instead of the usual one (Marcell provided a listing).
Tim On Friday 04 December 2015 08:16:17 Marcell Jarvas wrote: > Hi Tim, > > I'm still stucked with this problem. > Is there a chance, that you program this OS9 support into a new build of > wget sooner or later? > > Regards, > Marcell > > On Thu, Oct 15, 2015 at 9:43 AM, Tim Ruehsen <[email protected]> wrote: > > Hi Marcell, > > > > I have no idea about Powershell. > > > > You could always install cygwin on your local Windows machine. > > It comes with a Linux environment working on your local file system. Also > > with > > thousands of installable packages, e.g. latest Wget. > > > > That is really pretty cool, you can just execute all those fancy *nix > > scripts. > > > > You just open a cygwin console windows instead of a MS-Dos console and > > feel > > like a god ! > > > > I use it on Win7 for compiling and testing software. > > > > Tim > > > > On Thursday 15 October 2015 09:29:34 Marcell Jarvas wrote: > > > Hi Tim, > > > > > > Unfortunately this server sits within intranet behind tons of proxys and > > > routers. So you definitely cannot reach it fro testing from outside. > > > And the second thing is that this is a completely windows environment. > > > Is that maybe a chance to convert it somehow with Windows Powershell? > > > > > > Regards, > > > Marcell > > > > > > On Thu, Oct 15, 2015 at 8:39 AM, Tim Ruehsen <[email protected]> wrote: > > > > Hi Marcell, > > > > > > > > if you could give me user/password to access that FTP server for > > > > testing > > > > > > purposes, I could very easily have OS/9 support built into wget. Of > > > > course, > > > > you should send that to me privately. > > > > > > > > The current workaround - if you are working in a *nix like environment > > > > - > > > > > > is to > > > > download the .listing, parse the filenames and load each one > > > > separately. > > > > > > Something like > > > > for f in `cat .listing|tr '\r' '\n'|grep '0\.0'|awk '{print $7}'`; do > > > > > > > > echo wget {your options} ftp://server/directory/$f > > > > > > > > done > > > > > > > > The 'tr' command is to convert MACOS9 and OS/9 end-of-line into unix > > > > end-of- > > > > line. > > > > > > > > Regards > > > > > > > > Tim > > > > > > > > On Thursday 15 October 2015 07:24:38 Marcell Jarvas wrote: > > > > > Hi Guys, > > > > > > > > > > I appreciate and thanks for all your effort. Is there then a > > > > workaround > > > > > > > available, which makes it possible to use? > > > > > > > > > > I'm looking forward to your feedback! > > > > > > > > > > Regards, > > > > > Marcell > > > > > > > > > > On Wed, Oct 14, 2015 at 2:55 PM, Tim Ruehsen <[email protected]> > > > > wrote: > > > > > > Hi Darshit, > > > > > > > > > > > > I just had some time to create a quick patch, but now my customers > > > > > > rush > > > > > > in... > > > > > > > > > > > > We need either access to the OS/9 ftp server or have to extend the > > > > FTP > > > > > > > > test > > > > > > server (or better: both). > > > > > > > > > > > > Tim > > > > > > > > > > > > On Wednesday 14 October 2015 10:34:47 Marcell Jarvas wrote: > > > > > > > Hi, > > > > > > > > > > > > > > Thanks for the quick reply! > > > > > > > > > > > > > > I attached the debug output. > > > > > > > > > > > > > > I hope it helps. > > > > > > > > > > > > > > Regards, > > > > > > > Marcell > > > > > > > > > > > > > > On Wed, Oct 14, 2015 at 8:43 AM, Darshit Shah <[email protected]> > > > > > > > > wrote: > > > > > > > > Can you please share the debug output provided by Wget in this > > > > > > > > case? > > > > > > > > > > > > It does seem like the issue is exactly what Wget reports, the > > > > > > > > server > > > > > > > > > > > > is returning a .listing file that Wget does not know how to > > > > > > > > interpret. > > > > > > > > > > > > I'd like to see the debug output just in case there's > > > > > > > > something > > > > > > > > else. > > > > > > > > > > > > However, since I don't have access to a OS9 machine, I can > > > > > > > > only > > > > > > > > try to > > > > > > > > > > > > reverse engineer using the listing file you've provided. > > > > > > > > > > > > > > > > On 13 October 2015 at 15:36, Marcell Jarvas < > > > > > > > > [email protected]> > > > > > > > > > > > > wrote: > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > I'm trying to download a folder from a specific tool's ftp > > > > > > > > server. > > > > > > > > > > > > > I'm getting back the "Unsupported listing type" message. > > > > > > > > > > > > > > > > > > Switching on the debug function, the device tells that its > > > > > > > > > OS > > > > is: > > > > > > "OS-9 > > > > > > > > > > > > > > > Type: L8 Version: OS9-ftpd May 11 2007" > > > > > > > > > I attached the .listing file. > > > > > > > > > > > > > > > > > > What can be the problem? > > > > > > > > > > > > > > > > > > Please help! > > > > > > > > > > > > > > > > > > Regards, > > > > > > > > > Marcell > > > > > > > > > > > > > > > > -- > > > > > > > > Thanking You, > > > > > > > > Darshit Shah
