Problems with ftp
Niklas Almesjö
niklas_almesjo at yahoo.com
Mon Jun 17 04:43:01 EDT 2002
--- use-revolution-request at lists.runrev.com wrote:
> Send use-revolution mailing list submissions to
> use-revolution at lists.runrev.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.runrev.com/mailman/listinfo/use-revolution
> or, via email, send a message with subject or body 'help' to
> use-revolution-request at lists.runrev.com
>
> You can reach the person managing the list at
> use-revolution-admin at lists.runrev.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of use-revolution digest..."
>
>
> Today's Topics:
>
> 1. Re: quit on Mac OS X II (Rob Cozens)
> 2. Re: quit on Mac OS X II (Yves =?iso-8859-1?Q?Copp=E9?=)
> 3. A problem with OSX and a question (Combat Ranger Staff)
> 4. re: selected chunk (John Cuccio)
> 5. Re: A problem with OSX and a question (Jan Schenkel)
> 6. re: selected chunk (Jan Schenkel)
> 7. Re: new card with other bg (yves COPPE)
> 8. Problems with ftp (Niklas Almesjö)
> 9. Re: Problems with ftp (Jan Schenkel)
> 10. Re: askList.rev (Sarah)
> 11. A problem with OSX and a question (Kurt Kaufman)
> 12. Re: groups events (Sarah)
> 13. Re: cover button (Ken Norris (dialup))
> 14. Auto arming btns (Ron)
> 15. Re: the selectedChunk (Ken Norris (dialup))
> 16. Japanese Market Warning (cowhead)
>
> --__--__--
>
> Message: 1
> Date: Sun, 16 Jun 2002 11:10:25 -0700
> To: use-revolution at lists.runrev.com
> From: Rob Cozens <rcozens at pon.net>
> Subject: Re: quit on Mac OS X II
> Reply-To: use-revolution at lists.runrev.com
>
> >I've made an app with Rev for Mac OS X 10.1.5 in French
> >I don't need to set a "Quit" menu because the first menu
> >(application menu) has as last item a "quit" function.
> >Now I'd like to translate this item in French
> >Quit -> Quitter with a "/Q" keyboard shortcut.
> >How to proceed ?
>
> Hi again, Yves,
>
>
> I hope my first answer was of use to someone, as I realize I was not
> answering the question you asked. And I don't know the answer as I'm
> still using OS 9.
>
> But it brings up a question I've had for some time: What logic does
> RR/MC apply when converting a group of menu buttons to a Mac menubar?
> How does the interpreter determine whether to move a menuItem to the
> Apple or Applications menu? For example, if I put a menuItem
> starting with "About" in my "Help" menu, it is placed in the Apple
> menu. Suppose I were running a French version of Mac OS...would I
> then use the French word for "Help" or "About"?
>
> Rob Cozens
> CCW, Serendipity Software Company
> http://www.oenolog.com/who.htm
>
> "And I, which was two fooles, do so grow three;
> Who are a little wise, the best fooles bee."
>
> from "The Triple Foole" by John Donne (1572-1631)
>
> --__--__--
>
> Message: 2
> Date: Sun, 16 Jun 2002 21:02:53 +0200
> To: use-revolution at lists.runrev.com
> From: Yves =?iso-8859-1?Q?Copp=E9?= <yvescoppe at skynet.be>
> Subject: Re: quit on Mac OS X II
> Reply-To: use-revolution at lists.runrev.com
>
> >>I've made an app with Rev for Mac OS X 10.1.5 in French
> >>I don't need to set a "Quit" menu because the first menu
> >>(application menu) has as last item a "quit" function.
> >>Now I'd like to translate this item in French
> >>Quit -> Quitter with a "/Q" keyboard shortcut.
> >>How to proceed ?
> >
> >Hi again, Yves,
> >
> >
> >I hope my first answer was of use to someone, as I realize I was not
> >answering the question you asked. And I don't know the answer as
> >I'm still using OS 9.
> >
> >But it brings up a question I've had for some time: What logic does
> >RR/MC apply when converting a group of menu buttons to a Mac
> >menubar? How does the interpreter determine whether to move a
> >menuItem to the Apple or Applications menu? For example, if I put a
> >menuItem starting with "About" in my "Help" menu, it is placed in
> >the Apple menu. Suppose I were running a French version of Mac
> >OS...would I then use the French word for "Help" or "About"?
> >
>
> When I use the menu manager, I have no problem to make a help and
> about menu in French but I don't know the logic of RR to know where
> it has to be placed.
> --
> Greetings.
>
> Yves COPPE
>
> Email : yvescoppe at skynet.be
>
> --__--__--
>
> Message: 3
> Date: Sun, 16 Jun 2002 15:35:08 -0400
> Subject: A problem with OSX and a question
> From: Combat Ranger Staff <combatranger at mac.com>
> To: use-revolution at lists.runrev.com
> Reply-To: use-revolution at lists.runrev.com
>
> Problem with OSX 10.1.5 is that when you try to build an OSX
> distribution with 1.1.1 it saves it as a Classic app that doesn't open
> in X. Anyone else experience this? This has only happened since the
> 10.1.5 update to me and not with 10.1.4.
>
> Scripting question. I have a field that displays the path to a user
> defined directory (called "field_path"). I want to click a second button
>
> that downloads a text file from the Internet (http address) to the
> directory specified in the text field. I can't find a "download and save
>
> file" sort of thing in Transcripts keywords. I am able to script a
> variable with the path name in it but can't figure out how to
> load/get/save the file to that directory.
>
> David
>
> >> David Janik-Jones, Combat Ranger Creator
> >> Combat Ranger, the live online community for Combat Mission
>
>
> --__--__--
>
> Message: 4
> Date: Sun, 16 Jun 2002 12:50:10 -0700
> From: John Cuccio <jcuccio at pacbell.net>
> Subject: re: selected chunk
> To: Rev List <use-revolution at lists.runrev.com>
> Reply-To: use-revolution at lists.runrev.com
>
> The selectedChunk docs states something about the insertion point if no
> text
> is selected in a field. Being the start and end chars -1. My want to
> look
> into using the selectedtext
>
> put "<b>"&(the selectedtext of me)&"<b/>" into the selectedline
>
> This works if the list Behavior property is check.
>
>
> Hope This Helps
>
>
>
> --__--__--
>
> Message: 5
> Date: Sun, 16 Jun 2002 12:52:57 -0700 (PDT)
> From: Jan Schenkel <janschenkel at yahoo.com>
> Subject: Re: A problem with OSX and a question
> To: use-revolution at lists.runrev.com
> Reply-To: use-revolution at lists.runrev.com
>
> --- Combat Ranger Staff <combatranger at mac.com> wrote:
> > Problem with OSX 10.1.5 is that when you try to
> > build an OSX
> > distribution with 1.1.1 it saves it as a Classic app
> > that doesn't open
> > in X. Anyone else experience this? This has only
> > happened since the
> > 10.1.5 update to me and not with 10.1.4.
> >
> > Scripting question. I have a field that displays the
> > path to a user
> > defined directory (called "field_path"). I want to
> > click a second button
> > that downloads a text file from the Internet (http
> > address) to the
> > directory specified in the text field. I can't find
> > a "download and save
> > file" sort of thing in Transcripts keywords. I am
> > able to script a
> > variable with the path name in it but can't figure
> > out how to
> > load/get/save the file to that directory.
> >
>
> Hi David,
>
> I can't help you with the first question, as I dont
> have a MacOS X computer. But for your scripting
> question: check out the 'put URL xxx into URL yyy'
> construction.
> Example:
> put URL "http://www.apple.com/" into URL \
> "binfile:" & cd fld "savePath"
>
> That should do the trick.
>
> Best regards,
>
> Jan Schenkel.
>
> "As we grow older, we grow both wiser and more foolish
> at the same time." (De Rochefoucald)
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> --__--__--
>
> Message: 6
> Date: Sun, 16 Jun 2002 12:57:45 -0700 (PDT)
> From: Jan Schenkel <janschenkel at yahoo.com>
> Subject: re: selected chunk
> To: use-revolution at lists.runrev.com
> Reply-To: use-revolution at lists.runrev.com
>
> --- John Cuccio <jcuccio at pacbell.net> wrote:
> > The selectedChunk docs states something about the
> > insertion point if no text
> > is selected in a field. Being the start and end
> > chars -1. My want to look
> > into using the selectedtext
> >
> > put "<b>"&(the selectedtext of me)&"<b/>" into the
> > selectedline
> >
>
> You could change that into
>
> put "<b>"&(the selectedtext of me)&"<b/>" \
> into the selectedchunk
>
> I'd say the main reason why it doesn't work when you
> first
> put "<b>" before the selectedChuck
> and then
> put "</b> after the selectedChunk
> is that the first will change the selectedChunk and
> set the insertion point after what you just inserted.
>
> Best regards,
>
> Jan Schenkel.
>
> "As we grow older, we grow both wiser and more foolish
> at the same time." (De Rochefoucald)
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> --__--__--
>
> Message: 7
> Date: Sat, 15 Jun 2002 19:16:42 +0200
> To: use-revolution at lists.runrev.com
> From: yves COPPE <yvescoppe at skynet.be>
> Subject: Re: new card with other bg
> Reply-To: use-revolution at lists.runrev.com
>
> >>Hi,
> >>
> >>I have a substack with a few cds with the same bg (= the same grp
> >>with the bg behavior property set to true)
> >>
> >>Now I'd like to create a new cd in the same substack but this one
> >>should have another layout.
> >>
> >>How can i create a new cd with another bg ?
> >>
> >
>
>
>
> Thank you everybody for the solutions.
> --
> Greetings.
>
> Yves COPPE
>
> Email : yvescoppe at skynet.be
>
> --__--__--
>
> Message: 8
> Date: Sun, 16 Jun 2002 13:20:29 -0700 (PDT)
> From: Niklas "Almesjö" <niklas_almesjo at yahoo.com>
> Subject: Problems with ftp
> To: use-revolution at lists.runrev.com
> Reply-To: use-revolution at lists.runrev.com
>
> Having some problems with the following code:
> put "daText=" & the text of field "text" into URL
> "ftp://username:password@www.domain.se/dir/file.txt"
> Yesterday I got it to work a few times, but it was very slow (even
> though
> the text is very small). But now I can't get it to work at all.. nothing
> happens. If I run it again, the result function says that last operation
> is not completed.
> any tip?
>
> thanks,
> /Niklas
>
> --- Niklas Almesjö <niklas_almesjo at yahoo.com> wrote:
> > Having some problems with the following code:
> > put "daText=" & the text of field "text" into URL
> > "ftp://username:password@www.domain.se/dir/file.txt"
> > Yesterday I got it to work a few times, but it was
> > very slow (even though
> > the text is very small). But now I can't get it to
> > work at all.. nothing
> > happens. If I run it again, the result function says
> > that last operation
> > is not completed.
> > any tip?
> >
>
> Hi Niklas,
>
> Are you sure you should send it to the www-server?
> It's always possible it's the same server, but you'd
> usually send these to the ftp-server.
> Have you tried connecting through other means
> (LeechFTP or CuteFTP or the like if you're a Wiuser ;
> Fetch or Interarchy for Macs)) to the same URL and
> gotten better speeds?
>
> Just a few thoughts,
>
> Jan Schenkel.
>
> "As we grow older, we grow both wiser and more foolish
> at the same time." (De Rochefoucald)
Hello Jan,
It's the adress I use with WS_FTP so it should be correct..?
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
More information about the use-livecode
mailing list