I am afraid I don't have an answer, just more questions: 1. Can you make a test to see how many files really are written successfully before a failure. Is it constant?
2. What happens when you catch the error, attempt [close port] and retry the file ? Anton. > Hello! > > I am trying to write a large number of large files to an FTP server using > Rebol. The first dozen or two will go fine, but after that I get the > following error when trying to open the FTP port: > > make object! [ > code: 501 > type: 'access > id: 'not-open > arg1: "Port^@" > arg2: "" > arg3: none > near: [open/binary/new/write/direct dstfile] > where: 'get-cur-dir > ] > > dstfile looks something like this: > > ftp://user:[EMAIL PROTECTED]/test/sitebuilder.r.old > > If the file does not already exist, open/new should create a new > file. The > odd thing here is that it works for the first dozen or two. > > I also tried running the same script on my home network to > another computer > running an FTP server, but got the same results, although even quicker. > > I've tried setting system/schemes/ftp/passive to true, false and > none with > no luck. > > Has anyone else seen this problem? If so, do you know of a solution? > > Thanks! > > -Bo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
