Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: MAKE-DIR Problem

From: anton:lexicon at: 22-Nov-2002 21:35

Probably time to make a bug report to [feedback--rebol--com] Reichart of prolific.com has been doing a lot with FTP, and mentioned here recently FTPGadget, (which I use). They are probably aware of this problem and may have a workaround.
> I am going mad with the make-dir function. > > With files it works fine but with ftp url it does not. > > If I issue the following command, > > make-dir ftp://mylogin:[mypasswd--ftpperso--free--fr]/existingdir/newdir/ > > then make-dir creates "newdir" as a sub-directory of > "existsingdir". That's > fine, BUT > > IF I PRECEDE the above command with the following command > > exists? ftp://mylogin:[mypasswd--ftpperso--free--fr]/existingdir/newdir/ > == false > > then the make-dir function creates "newdir" at the ftp root level !!!!!! > > HELP !!!! > > Many many thanks in advance > > AG > > PS. I use the latest official rebol version 2.5.0.3.1. I even > tried with som > beta versions but it still does not work....
The latest Core beta is 2.5.2.3.1, in case you haven't tried it. Anton.