: Ftp and cross platform issues..

2006-03-27 Thread Dave Calkins 1


On Mar 25, 2006, at 7:04 AM, [EMAIL PROTECTED] 
wrote:



Subject: Re: Ftp and cross platform issues...
To: How to use Revolution 
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Stephen Barncard wrote:


Chipp wrote:

I agree. I'm rewriting my MagicCarpet Auto-updating Architecture to
take account for that-- and also allow for the creation of portable
apps.

http://portableapps.com/


Wait. Doesn't the term 'Portable Apps' imply some kind of
cross-platformness?
I mean, that's why Web based apps were created

Shouldn't 'Portable' imply 'play anywhere'?


In this case the "play anywhere" means you carry it with you wherever
you go on your USB Flash drive.

For us Rev folks the concept of portability may seem odd, since Rev 
apps

are often self-contained anyway.

But remember that a lot of Windows apps made with other tools require a
small army of DLLs strewn all over the hard drive and a bunch of
Registry entries to run.

A "portable app" in this context is one which is simply self-contained,
able to run entirely from a USB Flash drive leaving zero footprint on
the system it's run on.  Preferences, data files, and the app itself 
are

all stored on the removable drive.

And with Rev we can add a level of "play anywhere" most folks claiming
to deliver "portable apps" can't:  we can put Win, Mac, and even Linux
executables on the drive, sharing a common data folder there, so the
user can pop the USB device into nearly any computer on the planet and
be able to run your app.

--
  Richard Gaskin
  Managing Editor, revJournal
  ___
  Rev tips, tutorials and more: http://www.revJournal.com

Dave Calkins

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and Cross platform issues....

2006-03-27 Thread Dave Cragg


On 27 Mar 2006, at 19:21, John Patten wrote:


Hi Dave...

Here are the answers to your questions:





socket 10.58.1.7|6927
socket timeout 10.58.1.7:21|6927
220 --



The log entries suggest something odd is going on.

In the first line, I would expect to see a port number appended to  
the IP address. Like this:


  socket 10.58.1.7:21|6927

And although a socketTimeout is reported, the final line suggests a  
connection was opened and at least one line was read from the server.  
Strange!


Can you show us the script you're using to upload the file?

Also, if you're using one of the non-blocking calls (such as  
liburlFtpUpload), do you do anything after the call that might  
interfere with the liburl script. Examples would be a repeat loop  
that lasts for a long time, or the use of any "wait" commands.


Cheers
Dave
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and Cross platform issues....

2006-03-27 Thread John Patten
Hi Dave...

Here are the answers to your questions:

Is the server on the local network or on the internet? It is on the local 
network.


Is the "OSX Tiger Server" running OS X Server or just plain OS X? It is running 
OSX SERVER Tiger (not the desktop OS)

Are you running any other "internet security" software on either the   
client or server machine?  Local WinXP machine is running latest version of 
McAfee VirusScan Enterprise. Nothing on the server at this time.

Can you get some log data using libUrlSetLogField in the client? This   
might help pin down where the problem is occurring? The info reported: 

socket 10.58.1.7|6927
socket timeout 10.58.1.7:21|6927
220 --


What version of Rev and libUrl are you using? ("put libUrlVersion()"   
in the message box will give you the libUrl version.) 1.1.4


Thanks for any feedback!

John Patten
SUSD







Message: 13 
Date: Fri, 24 Mar 2006 20:01:47 + 
From: Dave Cragg <[EMAIL PROTECTED]> 
Subject: Re: FTP and cross platform issues... 
To: How to use Revolution  
Message-ID: <[EMAIL PROTECTED]> 
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed 


On 23 Mar 2006, at 00:31, John Patten wrote: 

> Hello All... 
> 
> I searched the archives and could not come up with a solution to an   
> FTP problem I'm having. 
> 
> I have an OSX Tiger Server configured for FTP. Everything works   
> like it supposed to with both Fetch (Mac side) and FTP Commander on   
> the WinXP side. No problem. 
> 
> However, I've been trying to get the WindowsXP box and Rev to   
> upload a simple text file to the server. No success. I have tried   
> Andre FTP utility, a couple others from the member area, my own   
> hacks using the examples in the rev docs, and finally Chip's FTPer   
> utility. None of them would work. The best I could see was that I   
> was getting a time out error. 

I know there has been some discussion about passive/active/firewall   
issues, but I wonder if something else isn't amiss. On my own local   
network, with Win XP firewall on, I can upload to an OS X Tiger ftp   
server without problems. I've had the XP firewall on since the SP2   
release and have had no problems. I just reset the XP firewall   
settings to "restore default settings" and still have no problems,   
using both active and passive. (It seems to have upset my smb   
connection though. :-( ) 

FTP severs will generally handle both passive and active requests,   
unless specifically set otherwise. The problems over passive/active   
generally occur at routers/firewalls between the client and server. 

Some questions: (apologies if they have been answered already) 

Is the server on the local network or on the internet? 

Is the "OSX Tiger Server" running OS X Server or just plain OS X? (I   
think they deploy different FTP servers, in case that's relevant.) In   
my case, it's plain OS X. 

Are you running any other "internet security" software on either the   
client or server machine? 

Can you get some log data using libUrlSetLogField in the client? This   
might help pin down where the problem is occurring? 

What version of Rev and libUrl are you using? ("put libUrlVersion()"   
in the message box will give you the libUrl version.) 

Cheers 
Dave 

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-25 Thread Mark Wieder
Richard-

Friday, March 24, 2006, 5:04:29 PM, you wrote:

> A "portable app" in this context is one which is simply self-contained,
> able to run entirely from a USB Flash drive leaving zero footprint on
> the system it's run on.  Preferences, data files, and the app itself are
> all stored on the removable drive.

Speaking of which, I was recently out of town for a bit over a week.
Before leaving home I copied my rev directory to my keychain, then
popped it into a different computer when I arrived, and I was good to
go. Made it a bit less of a vacation since I actually got work done...

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-24 Thread Stephen Barncard

Great answer, Richard as usual.

And I , as usual was getting my MacEvangelist fur up. No need.

sqb


Stephen Barncard wrote:

 > Shouldn't 'Portable' imply 'play anywhere'?

In this case the "play anywhere" means you carry it with you 
wherever you go on your USB Flash drive.


For us Rev folks the concept of portability may seem odd, since Rev 
apps are often self-contained anyway.


But remember that a lot of Windows apps made with other tools 
require a small army of DLLs strewn all over the hard drive and a 
bunch of Registry entries to run.


A "portable app" in this context is one which is simply 
self-contained, able to run entirely from a USB Flash drive leaving 
zero footprint on the system it's run on.  Preferences, data files, 
and the app itself are all stored on the removable drive.


And with Rev we can add a level of "play anywhere" most folks 
claiming to deliver "portable apps" can't:  we can put Win, Mac, and 
even Linux executables on the drive, sharing a common data folder 
there, so the user can pop the USB device into nearly any computer 
on the planet and be able to run your app.


--
 Richard Gaskin
 Managing Editor, revJournal


--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-24 Thread Richard Gaskin

Stephen Barncard wrote:

> Chipp wrote:
>>I agree. I'm rewriting my MagicCarpet Auto-updating Architecture to
>>take account for that-- and also allow for the creation of portable
>>apps.
>>
>>http://portableapps.com/
>
> Wait. Doesn't the term 'Portable Apps' imply some kind of
> cross-platformness?
> I mean, that's why Web based apps were created
>
> Shouldn't 'Portable' imply 'play anywhere'?

In this case the "play anywhere" means you carry it with you wherever 
you go on your USB Flash drive.


For us Rev folks the concept of portability may seem odd, since Rev apps 
are often self-contained anyway.


But remember that a lot of Windows apps made with other tools require a 
small army of DLLs strewn all over the hard drive and a bunch of 
Registry entries to run.


A "portable app" in this context is one which is simply self-contained, 
able to run entirely from a USB Flash drive leaving zero footprint on 
the system it's run on.  Preferences, data files, and the app itself are 
all stored on the removable drive.


And with Rev we can add a level of "play anywhere" most folks claiming 
to deliver "portable apps" can't:  we can put Win, Mac, and even Linux 
executables on the drive, sharing a common data folder there, so the 
user can pop the USB device into nearly any computer on the planet and 
be able to run your app.


--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.com


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-24 Thread Mark Wieder
Alex-

Friday, March 24, 2006, 3:12:32 PM, you wrote:

> The two router approach is a very good one. We always used to refer to
> the intermediate network as the DMZ - and eventually realized that the
> younger guys were using the name "DMZ" with no clue what it stood for,
> what it meant, or why we called it that.

ROTFL

I was talking with some folks a while back about things we say that
have no meaning to kids these days:

"dialing" a phone...
"you sound like a broken record"...

I still say I'm going to "tape" something on my dvr...

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-24 Thread Dave Cragg


On 24 Mar 2006, at 23:35, Alex Tweedly wrote:


Dave Cragg wrote:

Can you get some log data using libUrlSetLogField in the client?  
This  might help pin down where the problem is occurring?



How do we call libUrlSetLogField ?


libUrlSetLogField the long id of field 

and to turn off:

libUrlSetLogField empty

Cheers
Dave





___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-24 Thread Alex Tweedly

Dave Cragg wrote:

Can you get some log data using libUrlSetLogField in the client? This  
might help pin down where the problem is occurring?



How do we call libUrlSetLogField ?


--
Alex Tweedly   http://www.tweedly.net



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.1/292 - Release Date: 24/03/2006

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-24 Thread Alex Tweedly

Mark Wieder wrote:



My windows boxes are behind *two* sets of piggybacked routers, so I
have an inner and an outer subnet. Back in the Bad Old Days when
hardware routers were expensive I used to use software firewalls, but
maintenance ended up being more trouble than it was worth. Now a
couple of $30 plastic boxes keep my local network traffic local,
they're cross-platform, and my network can be exposed to the internet
24/7 without my having to worry about a thing.

 

The two router approach is a very good one. We always used to refer to 
the intermediate network as the DMZ - and eventually realized that the 
younger guys were using the name "DMZ" with no clue what it stood for, 
what it meant, or why we called it that.


That was on of my "I feel old" moments :-)


But (sigh) if I had to use a windows laptop I'd probably use the
internal firewall when I went outside to play.

Nowadays, I find myself reaching for the touchpad even when I'm using a 
desktop machine - faster than reaching all the way across for the mouse. 
I haven't regularly used anything but a laptop for almost 10 years now.


--
Alex Tweedly   http://www.tweedly.net



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.1/292 - Release Date: 24/03/2006

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-24 Thread Stephen Barncard

Wait. Doesn't the term 'Portable Apps' imply some kind of cross-platformness?
I mean, that's why Web based apps were created

Shouldn't 'Portable' imply 'play anywhere'?



Alex Tweedly wrote:

(Plea - auto-updating stacks *should* provide a way to download the 
update to somewhere local and up date from there, please. Not only 
does it help with this problem, but also helps if you have multiple 
machines and a slow network connection - e.g. when your DSL is 
down, and you are using your fall-back dial-up connection).


I agree. I'm rewriting my MagicCarpet Auto-updating Architecture to 
take account for that-- and also allow for the creation of portable 
apps.


http://portableapps.com/

-chipp


--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-24 Thread Mark Wieder
Alex-

Friday, March 24, 2006, 12:50:41 AM, you wrote:

> What would you do with a laptop that sometimes gets used on public
> networks (e.g. Internet cafes, public wifi nets, etc.)?

Touche... I had been thinking of real computers, not laptops .

> I keep Win-XP Firewall on most of the time, and disable it temporarily
> when I have a problem and if it is safe to do so. If I have (e.g. Rev
> FTP problems) while using an unsafe network, I find another way to do it.

My windows boxes are behind *two* sets of piggybacked routers, so I
have an inner and an outer subnet. Back in the Bad Old Days when
hardware routers were expensive I used to use software firewalls, but
maintenance ended up being more trouble than it was worth. Now a
couple of $30 plastic boxes keep my local network traffic local,
they're cross-platform, and my network can be exposed to the internet
24/7 without my having to worry about a thing.

But (sigh) if I had to use a windows laptop I'd probably use the
internal firewall when I went outside to play.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-24 Thread Dave Cragg


On 23 Mar 2006, at 00:31, John Patten wrote:


Hello All...

I searched the archives and could not come up with a solution to an  
FTP problem I'm having.


I have an OSX Tiger Server configured for FTP. Everything works  
like it supposed to with both Fetch (Mac side) and FTP Commander on  
the WinXP side. No problem.


However, I've been trying to get the WindowsXP box and Rev to  
upload a simple text file to the server. No success. I have tried  
Andre FTP utility, a couple others from the member area, my own  
hacks using the examples in the rev docs, and finally Chip's FTPer  
utility. None of them would work. The best I could see was that I  
was getting a time out error.


I know there has been some discussion about passive/active/firewall  
issues, but I wonder if something else isn't amiss. On my own local  
network, with Win XP firewall on, I can upload to an OS X Tiger ftp  
server without problems. I've had the XP firewall on since the SP2  
release and have had no problems. I just reset the XP firewall  
settings to "restore default settings" and still have no problems,  
using both active and passive. (It seems to have upset my smb  
connection though. :-( )


FTP severs will generally handle both passive and active requests,  
unless specifically set otherwise. The problems over passive/active  
generally occur at routers/firewalls between the client and server.


Some questions: (apologies if they have been answered already)

Is the server on the local network or on the internet?

Is the "OSX Tiger Server" running OS X Server or just plain OS X? (I  
think they deploy different FTP servers, in case that's relevant.) In  
my case, it's plain OS X.


Are you running any other "internet security" software on either the  
client or server machine?


Can you get some log data using libUrlSetLogField in the client? This  
might help pin down where the problem is occurring?


What version of Rev and libUrl are you using? ("put libUrlVersion()"  
in the message box will give you the libUrl version.)


Cheers
Dave
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-24 Thread Chipp Walters



Alex Tweedly wrote:

(Plea - auto-updating stacks *should* provide a way to download the 
update to somewhere local and up date from there, please. Not only does 
it help with this problem, but also helps if you have multiple machines 
and a slow network connection - e.g. when your DSL is down, and you are 
using your fall-back dial-up connection).


I agree. I'm rewriting my MagicCarpet Auto-updating Architecture to take 
account for that-- and also allow for the creation of portable apps.


http://portableapps.com/

-chipp

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-24 Thread John Patten
Thanks Mark and Alex!

I was afraid of that :-)

In my environment, school district, by default the MS firewall is turned on. We 
could provide info to a teacher how to temporarily turn off the firewall. Even 
if they forgot to turn it back on, they still be covered within the district 
network. But if they went to the local coffee shop and forgot to turn it on 
they may be vulnerable.

There are more ways to download a file, however to upload and add to an file on 
a server(say an XML data file)I'm not too familiar with a strategy that would 
work to upload the file.

The file would need to be used by multiple clients, however, each one would at 
times update the data file. I know mySQL db might be a possile solution but 
that increases the level of difficultyor at least I think it does, ...who 
knows after the trouble I had with an ftp upload :-)

Good learning experience though!

Thanks!


Message: 19
Date: Fri, 24 Mar 2006 08:50:41 +
From: Alex Tweedly <[EMAIL PROTECTED]>
Subject: Re: Ftp and cross platform issues...
To: How to use Revolution 
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Mark Wieder wrote:

>John-
>
>Thursday, March 23, 2006, 11:36:57 AM, you wrote:
>
>  
>
>>My new question is what Firewall exception needs to be entered in
>>the built in WindowsXP Firewall software to make the FTP stack work,
>>without having to turn the built in Windows Firewall completly off?
>>
>>
>
>Well, my opinion, take it or leave it, is that there's no excuse for
>having the builtin firewall turned on.
>
"No excuse" ?
What would you do with a laptop that sometimes gets used on public
networks (e.g. Internet cafes, public wifi nets, etc.)?

I keep Win-XP Firewall on most of the time, and disable it temporarily
when I have a problem and if it is safe to do so. If I have (e.g. Rev
FTP problems) while using an unsafe network, I find another way to do it.

(Plea - auto-updating stacks *should* provide a way to download the
update to somewhere local and up date from there, please. Not only does
it help with this problem, but also helps if you have multiple machines
and a slow network connection - e.g. when your DSL is down, and you are
using your fall-back dial-up connection).

>That's one of the first things
>I check for when I'm troubleshooting a system with network problems.
>If your computer is otherwise unprotected on a broadband connection
>then I think you're better off with a hardware solution - go spend a
>few bucks and get thee behind a router, then configure the firewall
>that's built into it.
>
>  
>
I generally agree - but I do think there are some circumstances where a
built-in firewall is required.


-- 
Alex Tweedly   http://www.tweedly.net

-- next part --
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006 
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-24 Thread Alex Tweedly

Mark Wieder wrote:


John-

Thursday, March 23, 2006, 11:36:57 AM, you wrote:

 


My new question is what Firewall exception needs to be entered in
the built in WindowsXP Firewall software to make the FTP stack work,
without having to turn the built in Windows Firewall completly off?
   



Well, my opinion, take it or leave it, is that there's no excuse for
having the builtin firewall turned on. 


"No excuse" ?
What would you do with a laptop that sometimes gets used on public 
networks (e.g. Internet cafes, public wifi nets, etc.)?


I keep Win-XP Firewall on most of the time, and disable it temporarily 
when I have a problem and if it is safe to do so. If I have (e.g. Rev 
FTP problems) while using an unsafe network, I find another way to do it.


(Plea - auto-updating stacks *should* provide a way to download the 
update to somewhere local and up date from there, please. Not only does 
it help with this problem, but also helps if you have multiple machines 
and a slow network connection - e.g. when your DSL is down, and you are 
using your fall-back dial-up connection).



That's one of the first things
I check for when I'm troubleshooting a system with network problems.
If your computer is otherwise unprotected on a broadband connection
then I think you're better off with a hardware solution - go spend a
few bucks and get thee behind a router, then configure the firewall
that's built into it.

 

I generally agree - but I do think there are some circumstances where a 
built-in firewall is required.



--
Alex Tweedly   http://www.tweedly.net

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 20/03/2006
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-23 Thread Mark Wieder
John-

Thursday, March 23, 2006, 11:36:57 AM, you wrote:

> My new question is what Firewall exception needs to be entered in
> the built in WindowsXP Firewall software to make the FTP stack work,
> without having to turn the built in Windows Firewall completly off?

Well, my opinion, take it or leave it, is that there's no excuse for
having the builtin firewall turned on. That's one of the first things
I check for when I'm troubleshooting a system with network problems.
If your computer is otherwise unprotected on a broadband connection
then I think you're better off with a hardware solution - go spend a
few bucks and get thee behind a router, then configure the firewall
that's built into it.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-23 Thread Mark Wieder
Mark-

Thursday, March 23, 2006, 12:58:29 AM, you wrote:

> Why would you want to use active FTP especially for testing
> purposes? IMHO passive FTP is simpler.

...because you have control over which ports are used and don't have
to worry about whether you've opened a range of ports in your
firewall. It gets worse if routers in between have to route packets
because then you have to open more ports all the way through. Much
easier just to deal with two ports, get that working, and then try
passive mode if you have to.

Also... I used to have a router that would die if someone from the
outside attempted a passive-mode ftp connection. It was configured
properly, it just couldn't do it. I checked the network traffic and
there was a response from my ftp server, but then the router had to be
physically rebooted before it would work again. PITA.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Ftp and cross platform issues...

2006-03-23 Thread John Patten

Thanks to all who replied!

Originally, I was running Rev 2.7 on the XP box. So I went and tried it with 
2.6. Still no luck.

I took a look at the WindowsXP firewall settings and it was turned on. Turning 
off the built in WindowsXP Firewall allowed the ftp stack to work 
(Ftper)properly. Problem indentified!


I went in and looked at the firewall exceptions and Revolution, Revolution 2.6, 
and Revolution Engine for Win32 were all programs that were checked as 
exceptions in the Windows firewall settings.

In terms of active and passive ftp, the WindowsXP box was set for "Use Passive 
FTP" in the WinXP Advanced Internet configuration panel. I didn't think this 
could be an issue, since it worked when I disabled the Windows firewall. Not 
sure how I would check the OSX Server ftp service to verify if it was running 
in passive or active mode. Maybe something from the cmd line..?

My new question is what Firewall exception needs to be entered in the built in 
WindowsXP Firewall software to make the FTP stack work, without having to turn 
the built in Windows Firewall completly off?

Thank you!

John Patten
SUSD




---
Message: 21 
Date: Thu, 23 Mar 2006 04:30:21 -0600 
From: Chipp Walters <[EMAIL PROTECTED]> 
Subject: Re: FTP and cross platform issues... 
To: How to use Revolution  
Message-ID: <[EMAIL PROTECTED]> 
Content-Type: text/plain; charset=ISO-8859-1; format=flowed 

Hi John, 

What version of Rev are you using? If you're on 2.7 and having trouble 
with FTP uploads, I suggest you contact Dave Cragg and get his 2.7 
libURL patch and try it again. I've had some problems with libURL on 2.7 
and FTP and Dave sent me a patch which fixed it. 

best, 

Chipp 



-- 


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-23 Thread Mark Schonewille

Dave,

Thanks for your mail, I'll reply off-list.

Best,

Mark

Dave Cragg wrote:
Sorry. My previous post was meant to go directly to Mark. Please  forget 
you read it. :-) So you won't be disappointed when nothing  appears.


I should probably  learn how to use e-mail before messing around with  
libraries.


Dave


--

Consultant and Software Engineer
mailto:[EMAIL PROTECTED]
http://www.economy-x-talk.com

eHUG coordinator
mailto:[EMAIL PROTECTED]
http://www.ehug.info

Advertise with us and reach 1000 truely interested internet 
users every month. See http://economy-x-talk.com/advertise.html 
for more information.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-23 Thread Chipp Walters

Hi John,

What version of Rev are you using? If you're on 2.7 and having trouble 
with FTP uploads, I suggest you contact Dave Cragg and get his 2.7 
libURL patch and try it again. I've had some problems with libURL on 2.7 
and FTP and Dave sent me a patch which fixed it.


best,

Chipp

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-23 Thread Mark Schonewille

Hi,

Why would you want to use active FTP especially for testing 
purposes? IMHO passive FTP is simpler.


Best,

Mark


John-



libURLSetFTPMode "passive"



If you're testing things you might want to set both the server and the
client NOT to use passive mode, and make sure there aren't any
firewalls or routers in the way that might block ports 20 and 21.

Also, if you've got the internal firewall running on the XP box (you
shouldn't) then turn it off.



--

Consultant and Software Engineer
mailto:[EMAIL PROTECTED]
http://www.economy-x-talk.com

eHUG coordinator
mailto:[EMAIL PROTECTED]
http://www.ehug.info

Advertise with us and reach 1000 truely interested internet 
users every month. See http://economy-x-talk.com/advertise.html 
for more information.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-23 Thread Dave Cragg
Sorry. My previous post was meant to go directly to Mark. Please  
forget you read it. :-) So you won't be disappointed when nothing  
appears.


I should probably  learn how to use e-mail before messing around with  
libraries.


Dave


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-23 Thread Dave Cragg

Hi Mark

On 23 Mar 2006, at 00:56, Mark Schonewille wrote:


If you'd like to do a test, I'm working on an FTP client. Contact  
me off-list if you would like to give it a try.


I noticed the above on the list. I wondered if you were planning on  
using the current libUrl routines in your ftp client. The reason I'm  
asking is that I was planning to produce a separate FTP library that  
would duplicate most of  the existing  FTP stuff in libUrl, but also  
add some further features. If this is something that you might be  
interested in, or might help your client app, please let me know,  
especially if you had any requests for additional FTP features not  
currently in libUrl.


Although I've started on the new library (barely), I can't put a  
definite time on its completion right now. But I would like to get  
something completed over the next few weeks.


Cheers
Dave
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-22 Thread Mark Wieder
John-

> libURLSetFTPMode "passive"

If you're testing things you might want to set both the server and the
client NOT to use passive mode, and make sure there aren't any
firewalls or routers in the way that might block ports 20 and 21.

Also, if you've got the internal firewall running on the XP box (you
shouldn't) then turn it off.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: FTP and cross platform issues...

2006-03-22 Thread Mark Schonewille

Hi John,

Make sure that both the server and the client (Rev) are set to 
use either passive or active FTP. If you enable passive FTP, you 
have to set Rev's ftp mode to passive as well:


libURLSetFTPMode "passive"

You may have to set the socketTimeoutInterval to a really big 
number.


If you'd like to do a test, I'm working on an FTP client. 
Contact me off-list if you would like to give it a try.


Best,

Mark



John Patten wrote:

Hello All...

I searched the archives and could not come up with a solution to an FTP problem 
I'm having.

I have an OSX Tiger Server configured for FTP. Everything works like it 
supposed to with both Fetch (Mac side) and FTP Commander on the WinXP side. No 
problem.

However, I've been trying to get the WindowsXP box and Rev to upload a simple 
text file to the server. No success. I have tried Andre FTP utility, a couple 
others from the member area, my own hacks using the examples in the rev docs, 
and finally Chip's FTPer utility. None of them would work. The best I could see 
was that I was getting a time out error.

Then I fired up an OSX Tiger Powerbook. I tried Chip's FTPer utility again, 
same info as on the WindowsXP machine, and it worked without any problem.

Anybody have an idea why it would work on a MAc and not work on the WindowsXP 
box?

Thanks in advance!!

John Patten
SUSD


--

Consultant and Software Engineer
mailto:[EMAIL PROTECTED]
http://www.economy-x-talk.com

eHUG coordinator
mailto:[EMAIL PROTECTED]
http://www.ehug.info

Advertise with us and reach 1000 truely interested internet 
users every month. See http://economy-x-talk.com/advertise.html 
for more information.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


FTP and cross platform issues...

2006-03-22 Thread John Patten
Hello All...

I searched the archives and could not come up with a solution to an FTP problem 
I'm having.

I have an OSX Tiger Server configured for FTP. Everything works like it 
supposed to with both Fetch (Mac side) and FTP Commander on the WinXP side. No 
problem.

However, I've been trying to get the WindowsXP box and Rev to upload a simple 
text file to the server. No success. I have tried Andre FTP utility, a couple 
others from the member area, my own hacks using the examples in the rev docs, 
and finally Chip's FTPer utility. None of them would work. The best I could see 
was that I was getting a time out error.

Then I fired up an OSX Tiger Powerbook. I tried Chip's FTPer utility again, 
same info as on the WindowsXP machine, and it worked without any problem.

Anybody have an idea why it would work on a MAc and not work on the WindowsXP 
box?

Thanks in advance!!

John Patten
SUSD
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution