Re: [Oorexx-devel] Status of RxFTP

2024-06-02 Thread Mike Cowlishaw
> > > On Thursday 30 May 2024 08:39:56 Mike Cowlishaw wrote: > > > > Finally resolved this. The server used to accept: > > > > > > > > LIST -al *.* > > > > > > > > but the pattern *.* now causes a 'syntax error'. > Removed it, and > > > > all is fine; no change to the RxFTP class needed,

Re: [Oorexx-devel] Status of RxFTP

2024-06-02 Thread J Leslie Turriff via Oorexx-devel
On Friday 31 May 2024 07:47:18 Mike Cowlishaw wrote: > > On Thursday 30 May 2024 08:39:56 Mike Cowlishaw wrote: > > > Finally resolved this. The server used to accept: > > > > > > LIST -al *.* > > > > > > but the pattern *.* now causes a 'syntax error'. Removed > > > it, and all > > > is fine;

Re: [Oorexx-devel] Status of RxFTP

2024-05-31 Thread Mike Cowlishaw
> On Thursday 30 May 2024 08:39:56 Mike Cowlishaw wrote: > > Finally resolved this. The server used to accept: > > > > LIST -al *.* > > > > but the pattern *.* now causes a 'syntax error'. Removed > > it, and all > > is fine; no change to the RxFTP class needed, although one > > has to pa

Re: [Oorexx-devel] Status of RxFTP

2024-05-30 Thread J Leslie Turriff via Oorexx-devel
On Thursday 30 May 2024 08:39:56 Mike Cowlishaw wrote: > Finally resolved this. The server used to accept: > > LIST -al *.* > > but the pattern *.* now causes a 'syntax error'. Removed it, and all is > fine; no change to the RxFTP class needed, although one has to pass '' > (empty string)to ft

Re: [Oorexx-devel] Status of RxFTP

2024-05-30 Thread Mike Cowlishaw
rn (./*) being added. :-) Mike _ From: Mike Cowlishaw [mailto:m...@speleotrove.com] Sent: 19 May 2024 16:59 To: 'Open Object Rexx Developer Mailing List' Subject: Re: [Oorexx-devel] Status of RxFTP OK, thanks ... in fact upload to the ISP is just running the Rexx program that

Re: [Oorexx-devel] Status of RxFTP

2024-05-19 Thread Mike Cowlishaw
[Wow, your memory of elap is impressive!!] except I forgot it was called elap! :-) The package manager uses a weak reference for loaded packages, so if there are no references pointing into that package it will get garbage collected eventually. A bit tricking to control and there'

Re: [Oorexx-devel] Status of RxFTP

2024-05-19 Thread Mike Cowlishaw
OK, thanks ... in fact upload to the ISP is just running the Rexx program that I wrote many years ago and has worked with 5 ISPs so far with no problems until a month ago ... But thanks for the ideas, in case I have to give up on FTP. In practice I just try things out in my own directories befor

Re: [Oorexx-devel] Status of RxFTP

2024-05-18 Thread oorexx
gt; > So I should restart the server, which is faster than rebooting Windows :-), > but is still a bit tedious. > > Is there a simpler way to force reload of the .cls? > > Mike > > > >> From: Rick McGuire [mailto:object.r...@gmail.com] >> Sen

Re: [Oorexx-devel] Status of RxFTP

2024-05-18 Thread Rick McGuire
of unexpected references locking it down. Restarting the server is probably the best solution. Rick > > Mike > > > > -- > *From:* Rick McGuire [mailto:object.r...@gmail.com] > *Sent:* 18 May 2024 17:02 > *To:* Open Object Rexx Developer Mailing

Re: [Oorexx-devel] Status of RxFTP

2024-05-18 Thread Mike Cowlishaw
Developer Mailing List Subject: Re: [Oorexx-devel] Status of RxFTP are you calling the program using your custom command shell? I suspect that might be the problem. Otherwise it should be picking up the change every time the program is run, assuming it runs in a new process. Rick On Sat,

Re: [Oorexx-devel] Status of RxFTP

2024-05-18 Thread Rick McGuire
are you calling the program using your custom command shell? I suspect that might be the problem. Otherwise it should be picking up the change every time the program is run, assuming it runs in a new process. Rick On Sat, May 18, 2024 at 11:55 AM Mike Cowlishaw wrote: > > > > > With a bit more

Re: [Oorexx-devel] Status of RxFTP

2024-05-18 Thread Mike Cowlishaw
With a bit more info from the ISP .. I think I can solve this; so for now, no need for anyone else to spend time on this! Well, I was wrong, but am homing in on the problem using a modified rxftp.cls (rxftpx.cls). A quick question: how do I 'refresh' a class .. that is, have ooRexx u

Re: [Oorexx-devel] Status of RxFTP

2024-05-17 Thread Mike Cowlishaw
ubject: Re: [Oorexx-devel] Status of RxFTP Well, after many weeks, the ISP, finally admitted that they have made a change (see emails from the last couple of days, below). Here's my summary of the problem, with 'before' and 'after' logs. Any ideas welcome M

Re: [Oorexx-devel] Status of RxFTP

2024-05-17 Thread Mike Cowlishaw
: Sahananda [mailto:sahana...@gmail.com] Sent: 02 May 2024 20:36 To: Open Object Rexx Developer Mailing List Subject: Re: [Oorexx-devel] Status of RxFTP Sounded familiar to me. I found this on this list 12 years ago. Perhaps try with the firewall off? hth Jon Sahananda (Jon) Wolfers Sa

Re: [Oorexx-devel] Status of RxFTP

2024-05-03 Thread Mike Cowlishaw
Michael, I'm using the class, e,g,: rc=session~FtpDir('*.*') Jon .. thanks .. I'll mention that to the ISP. Mike ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Status of RxFTP

2024-05-02 Thread Sahananda
Sounded familiar to me. I found this on this list 12 years ago. Perhaps try with the firewall off? hth Jon Sahananda (Jon) Wolfers Sat, 1 Dec 2012, 16:02 to RexxLA Following a test with the firewall off, I can report that the passive problem is firewall related. So the only question I have is wh

Re: [Oorexx-devel] Status of RxFTP

2024-05-02 Thread Michael Lueck
Greetings Mike, Mike Cowlishaw wrote: I use RxFTP almost daily for updating my web sites (speleotrove.com and speleogroup.org) -- and have been using it without problems for many years (a decade, or thereabouts). Which RxFTP implementation: The legacy IBM Object Rexx DLL, or the RexxLA oo

[Oorexx-devel] Status of RxFTP

2024-05-02 Thread Mike Cowlishaw
I use RxFTP almost daily for updating my web sites (speleotrove.com and speleogroup.org) -- and have been using it without problems for many years (a decade, or thereabouts). Yesterday I failed to update any page using it, getting the following logged messages (from rc=session~FtpDir('*.*') ) :