[REBOL] Re: Uploading to ftp
From: henrikmk:gmai:l at: 2-Jun-2009 8:48
Somehow, some posts are base64 encoded. This is the decoded original post:
Hi, I'm trying to upload a file to a ftp site but it gives an error as below
>> write/binary site %myfile.exe
** User Error: Cannot open a dir port in direct mode
>> site
ftp://myuser:mypass-mysite/1/2/3/
1, 2, 3 are directories under mysite.
I can get directory list with
>> print read site
And, can create directories using "make-dir site %test/"
Or can read files from there. But write gives that error.
I tried both system/schemes/ftp/passive: true and false.
Any idea?
--
Regards,
Henrik Mikael Kristensen