Creating a directory using ftp
[1/1] from: philb::upnaway::com at: 9-Jan-2003 7:41
Hi all,
When trying to create a new cirectory in my Web space I found that the latest view beta
behaves differently to the view 2.1 & Core 2.5.
Using the program
rebol []
make-dir ftp://user:[password--www--upnaway--com]/www/philip/newdir
list-dir ftp://user:[password--www--upnaway--com]/www/philip/
list-dir ftp://user:[password--www--upnaway--com]/
The output from REBOL/View 1.2.8.3.1 was
>> do %/e/ftptest.r
index.htm index.r maths/ pbmail/ reminders/ utils/
newdir/ www/
Note that the directory was created at the same level as the directory : www
The output from REBOL/View 1.2.5.3.1 & REBOL/View 1.2.1.3.1 was
>> do %/e/ftptest.r
index.htm index.r maths/ newdir/ pbmail/ reminders/
utils/
www/
The output from REBOL/Core 2.5.0.3.1 was
>> do %/e/ftptest.r
Script: "Untitled" (none)
connecting to: www.upnaway.com
connecting to: www.upnaway.com
index.htm index.r maths/ newdir/ pbmail/ reminders/
utils/
connecting to: www.upnaway.com
www/
Note that in the last 2 cases the new directory was created at the correct level : www/philip/
Anyone got any ideas as to what I am doing wrong?
or is this a bug that needs to be reported to feedback?
Cheers Phil