> Allen K wrote: > It has been noted before that there is an ftp bug when using > the ip address > instead of the > server name. To avoid the problem make sure you use ftp://ftp.rebol.com and not ftp://207.69.132.8 I am using ftp://ftp.rebol.com form. my FTP script example: ------------------------------- site: ftp://user:[EMAIL PROTECTED] fullsite: join site someDir foreach file uploadfiles [ fullsite-path: join fullsite file ;print ["fullsite-path:" fullsite-path] prin ["uploading: " file] write/binary fullsite-path read/binary file print [" upload finished"] ] Its better solution , may be with OPEN function? Allen, send some example, please :-) by Jan Regent
