Hi,
I'd check the FTP server and OS it runs on. Most filesystems can store
filenames with "high ASCII" characters, but since they are from U.S.
it's not tested well.
For example, Windows NT Server's ability to store and find files with
Czech characters depends on whether the server's regional settings are
set to Czech or not.
--
Michal Kracik
Fantam wrote:
>
> > Have you tried using make-dir ? Does that present the same problems?
>
> Yes:
>
> make-dir ftp://user:[EMAIL PROTECTED]/backup/id%E9es/
>
> produces:
>
> ** User Error: URL error:
> ftp://user:[EMAIL PROTECTED]/backup/id%E9es/
>
> But, unlike I stated in my previous email, it would also report an
> error if the encoding was in the filename part of the URL.
>
> The encoding algorithm I use is the following:
>
> foreach char url [
> append new-url either char > 127 [
> join "%" trim/with form to-binary char {#{}}
> ][char]
> ]
>
>
> > Cheers,
>
> > Allen K
>
> > ----- Original Message -----
> > From: "Fantam" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, February 19, 2001 10:09 AM
> > Subject: [REBOL] ftp problems
>
> >> Hello all,
> >>
> >> I've sent the following to feedback. Maybe someone has experienced the
> > same
> >> problem, or knows more about it (especially concerning the second ftp
> >> problem):
> >>
> >> I found a bug when trying to make a directory on a remote ftp site
> >> with high ascii characters, even when the url is mime encoded.
> >>
> >> write/binary ftp://user:[EMAIL PROTECTED]/rttrt20%dsds/
> >>
> >> Rebol doesn't accept this, but it does when the accented characters are in
> >> the filename.
> >>
> >> Also, on cetain ftp hosts, I get the following message systematically :
> >> "Server error: tcp 530 Login for user 'fantam' failed (Logged in too
> >> many times.)" while if I try manually, I do get in.
> >>
> >> I suspect this has something to do about how rebol is announcing
> >> itself to the host. Could you tell me if this is customizable.
> >> I also noticed that on the remote host, a file called rebol.dhs.org is
> >> created and left behind. Maybe it's related with the above problem.
> >> Finally, after repeated tcp 530 errors (the ftp transfers are
> >> dynamic in my script), rebol crashes.
> >>
> >> I'm using winNT 5 (w2k) machine and the latest rebol experimental
> >> 2.4.40.3.1
> >>
> >>
> >> --
> >> mailto:[EMAIL PROTECTED]
> >>
> >>
> >>
> >> --
> >> To unsubscribe from this list, please send an email to
> >> [EMAIL PROTECTED] with "unsubscribe" in the
> >> subject, without the quotes.
> >>
> >>
>
> --
> mailto:[EMAIL PROTECTED]
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.