[REBOL] FTP upload/download

2004-05-19 Thread Graham Chiu
Julio Cesar Santana wrote.. apparently on 19-May-2004/15:34:24-3:00 >Hi, > >Can anyone point me a script for upload (optionaly download) of a whole http://www.compkarori.co.nz/reb/ftp-dirupload.r -- Graham Chiu http://www.compkarori.com/cerebrus http://www.compkarori.com/rebolml -- To unsubscr

[REBOL] FTP upload/download

2004-05-19 Thread Julio Cesar Santana
Hi, Can anyone point me a script for upload (optionaly download) of a whole directory to a ftp server? This server host my entire web site. It´s not necessary a user interaction, once it will be scheduled to run at night. Thanks in advance. -- Júlio César Santana TRE/SE CODAN (079) 21

[REBOL] FTP problem

2004-04-19 Thread Bohdan or Rosemary Lechnowsky
Just an update for those interested. Regarding the memory leak in FTP, over the weekend I was able to copy ~6500 files over FTP using Smooth Copy before the memory leak caused the program to fail. That's a definite improvement over the ~1500 files it was failing at last week. Bohdan "Bo" Lec

[REBOL] FTP memory leak?

2004-04-13 Thread Bohdan or Rosemary Lechnowsky
Hello, all. I was wondering if anyone had seen a memory leak related to FTP. I have written a backup application using Rebol. I can back up 50,000 local files without any problems, but if I try to back up ~250 files from an FTP location to a local drive, Rebol's memory usage goes through the

[REBOL] FTP server

2004-03-29 Thread Paweł
Hello, I'm going to write an FTP upload handler in REBOL. Do you guys have any experience in that field? Any help would be appreciated. Pawel -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] FTP & make-dir/deep problem

2004-03-24 Thread Robert M. Münch
Hi, is the make-dir/deep code borking when used with an FTP URL? >> make-dir/deep ftp://bla:[EMAIL PROTECTED]/www/screenshots/page01/ ** User Error: Server error: tcp 550 www/screenshots/: No such file or directory. ** Near: make-dir/deep ftp://bla:[EMAIL PROTECTED]/www/screenshots/page01/ It

[REBOL] FTP

2003-12-02 Thread Romano Paolo Tenca
The last beta release has reached a good point. All known bug fixed (among them low connections number) I should like to extend the base of testers before the final release. If someone want to test it, he can send an email to my address. People with ftp connections to MS servers, exotic FTP ser

[REBOL] ftp and the closing of ports.

2003-12-01 Thread rebol
Hello, I've been reading some of the posts regarding rebol's ftp. I am having an issue with the closing of ftp ports. My host recently went to a 2 ftp connection limit (from the same IP) and this has caused my 5 year old ftp scripts to fail. What happens is this - I have a function that opens a

[REBOL] ftp probs

2003-11-28 Thread Graham Chiu
I've made a small change to the Rebol view editor to add an ftp option to the menu at http://www.compkarori.com/vanilla/display/vt-editor but the problem is that after 900 seconds, I can't open another ftp file. I get a timeout error. It looks like Rebol keeps the ftp connection open, and it ge

[REBOL] ftp patch

2003-11-17 Thread Romano Paolo Tenca
Hi all, do load-thru http://www.rebol.it/%7Eromano/ftp-patch.r This is my beta version of the patch. This is what I try to fix: - removed a security issue (load no more used) - multiline in every confirm call - try-catch for net-error throw before 1.2.10 - NLST removed (must it be

[REBOL] ftp scheme (cont.)

2003-11-16 Thread Brett Handley
Hi again, It would be great if Ashley and Carl could run this new test against their servers. This one is in source code form rather than a patch. ---What I've done Romano wrote (some days back): > If LIST is not implemented, the server should return an error, not an empty list of files. I thi

[REBOL] FTP scheme was Re: Reading empty directories via FTP error

2003-11-13 Thread Ashley Trüter
Brett wrote > Ashley's 226 error was solved (see patch in REBOL library). Ashley also > had > the same error as Carl's (NLST) - which hopefully now is solved. Ashley's > third problem was a general one about having had an FTP error, FTP could > become unusable for the rest of the session - which

[REBOL] FTP woes

2003-10-22 Thread Bohdan or Rosemary Lechnowsky
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^@"

[REBOL] FTP access via a port spec

2002-10-03 Thread Laurent Giroud
Hello everyone, I am trying to access the ftp server that my ISP set up so I can create my home page(s). Since the username contains an "@" character I have no choice but to use a port spec as specified in the Core user guide (http://www.rebol.com/docs/core23/rebolcore-13.html#sect11.11.) the fo

[REBOL] ftp read fails

2002-06-08 Thread Tim Johnson
More on this: Not working across my internal network either: write ftp://log:[EMAIL PROTECTED] read %ml.r connecting to: 192.168.1.1 ** User Error: Server error: tcp 500 'STOR ': command not understood. ** Near: write ftp://log:[EMAIL P

[REBOL] ftp read fails

2002-06-08 Thread Tim Johnson
Hello All: I'm getting time out in ftp access from my machine to any number of domains for which I have ftp access. (Python's tools are working (as a check on this)) with 'trace on the entire process hangs. Here's last few lines: ***

[REBOL] ftp bug

2002-06-04 Thread Romano Paolo Tenca
I have a problem with a ftp read. 1) i did not chanage rebol code and it worked some time ago 2) a window ftp program reads the same site correctly I think the problem is in the date format (year or time). Here it is raw data read by Rebol ftp: -rw-r--r-- 1 [EMAIL PROTECTED] ftpuser

[REBOL] FTP gadget

2002-04-19 Thread Alan Crandall
Hello list,talking to a guy on IOS messenger and was telling him about FTP gadget but can not find the url.Does any body have it/Thanks! -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] FTP Large Files (the saga continues...)

2002-04-05 Thread Vos, Doug
Vos, Doug [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 3:29 PM To: '[EMAIL PROTECTED]' Subject: [REBOL] FTP large files (Answering my own question) About FTP of large files. Here is a quote from the rebol documetation... (sorry I did not read...) Transferring Large Fi

[REBOL] FTP large files (Answering my own question)

2002-04-05 Thread Vos, Doug
About FTP of large files. Here is a quote from the rebol documetation... (sorry I did not read...) Transferring Large Files Transferring large files requires special considerations. You may want to transfer the file in chunks to reduce the memory required by your computer and to provide user feedb

[REBOL] Re: Rebol, FTP and quotas (fixed!)

2002-03-10 Thread Brett Handley
Hi, > Then I peeked at your code and changed the minimum version number from 1.2.0.255.255 to 1.2.1.255.255 so the patch would be applied to Rebol/view. > > After that the 226 error was gone! Thats great :) Looks like the system version check in patches.r is too conservative. I'll change it. Re

[REBOL] Re: Rebol, FTP and quotas

2002-03-09 Thread Charles
Something just struck me, and I'm kind of late replying, so smack me on the side of the head if it's already been fixed. For instance: files: read ftp-dir foreach file files [delete join ftp-dir [file]] Wouldn't that attempt to delete . and .. not to mention subdirectories (which can resu

[REBOL] Re: Rebol, FTP and quotas (fixed!)

2002-03-09 Thread Henrik Mikael Kristensen
Hi, Brett 10-03-2002 04:02:51, "Brett Handley" <[EMAIL PROTECTED]> wrote: >Hi > >> User Error: Server error: tcp 226 Quotas on: using 0.00 of 10.00 MegaBytes > >Try this line and repeat your tests: > >do http://www.codeconscious.com/rebsite/rebol-library/patches.r ok, here goes (fresh rebol

[REBOL] Re: Rebol, FTP and quotas

2002-03-09 Thread Brett Handley
Hi > User Error: Server error: tcp 226 Quotas on: using 0.00 of 10.00 MegaBytes Try this line and repeat your tests: do http://www.codeconscious.com/rebsite/rebol-library/patches.r If fixes a bug in the FTP scheme that handles response 226. The bug does not exist in some later versions of

[REBOL] Re: Rebol, FTP and quotas

2002-03-09 Thread Henrik Mikael Kristensen
Hi, Doc 10-03-2002 00:39:22, Nenad Rakocevic <[EMAIL PROTECTED]> wrote: >This patch will correct your error: >>> system/schemes/ftp/handler/active-check/2: ["200" "226"] Thanks! :-) It helped along with the two other patches, but another error shows up (session continued from last posting): >

[REBOL] Re: Rebol, FTP and quotas

2002-03-09 Thread Henrik Mikael Kristensen
09-03-2002 22:16:35, Nenad Rakocevic <[EMAIL PROTECTED]> wrote: > >Hi, > >As far as i understand, this kind of errors occurs because the FTP handler doesn't >recognize the response code sent by >the server. OK >Try this patch before starting your ftp session : > >>> system/schemes/ftp/handler/

[REBOL] ftp client

2002-03-09 Thread Graham Chiu
Some years ago, I volunteered to host a mirror of a webzine. This involves the ftp'ing of 1-200 files every few months. Trouble is, often the ftp process would die with an error, and it was a hassle determining where to start from again. ( I've tried several ftp clients. ) I've now been told tha

[REBOL] Re: Rebol, FTP and quotas

2002-03-09 Thread Nenad Rakocevic
Hi Henrik, This patch will correct your error: >> system/schemes/ftp/handler/active-check/2: ["200" "226"] -DocKimbel. Henrik Mikael Kristensen wrote: [...] > Net-log: [ > ["PORT" port/locals/active-check] "200"] > ** User Error: Server error: tcp 226 Quotas on: using 0.00 of 10.00 MegaByt

[REBOL] Re: Rebol, FTP and quotas

2002-03-09 Thread Nenad Rakocevic
Hi, As far as i understand, this kind of errors occurs because the FTP handler doesn't recognize the response code sent by the server. Try this patch before starting your ftp session : >> system/schemes/ftp/handler/rmfile-check/2: ["250" "226"] >> append system/schemes/ftp/handler/read-check/

[REBOL] Re: Rebol, FTP and quotas

2002-03-09 Thread Henrik Mikael Kristensen
09-03-2002 16:21:14, "G. Scott Jones" <[EMAIL PROTECTED]> wrote: >From: "Henrik Mikael Kristensen" >> I'm getting a quota problem with two different ftp-servers, when I try to >manipulate (delete, write) the files on the ftp-server: >> >> ftp-dir: >> >> files: read ftp-dir >> foreach file files

[REBOL] Re: Rebol, FTP and quotas

2002-03-09 Thread G. Scott Jones
From: "Henrik Mikael Kristensen" > I'm getting a quota problem with two different ftp-servers, when I try to manipulate (delete, write) the files on the ftp-server: > > ftp-dir: > > files: read ftp-dir > foreach file files [delete ftp-dir/:file] > > gives: > > User Error: Server error: tcp 226 Qu

[REBOL] Rebol, FTP and quotas

2002-03-09 Thread Henrik Mikael Kristensen
Hi I'm getting a quota problem with two different ftp-servers, when I try to manipulate (delete, write) the files on the ftp-server: ftp-dir: files: read ftp-dir foreach file files [delete ftp-dir/:file] gives: User Error: Server error: tcp 226 Quotas on: using 0.00 of 10.00 MegaBytes Why

[REBOL] ftp map to local drive ....

2002-03-07 Thread Petr Krenzelok
Hi, I was asked by our Lotus Notes admin if there is any kind of tool which will allow to map ftp connection as a local drive. They are so dumb, that they will try to find so obscure solution, because Lotus Notes can't simply read ftp protocol directly, nor it can write data in byte mode (only tw

[REBOL] ftp problem

2002-02-21 Thread Will Arp
hello all, I'm havin a problem reading a file from a pureFTP server, this is what I get: >> print read ftp://gonzo:[EMAIL PROTECTED]/movie-in/bru_21g.gif connecting to: 10.0.0.22 ** User Error: Server error: tcp 226 1 matches total ** Near: print read ftp://gonzo:[EMAIL PROTECTED]/movie-in/bru_2

[REBOL] ftp problem

2001-12-27 Thread Dr. Louis A. Turk
Hi rebols, I am receiving an access error trying to ftp to several directories on our isp's server. Using WS_FTP95 I can transfer the files, but not with rebol. However, I am able to use rebol to send files to other directories on the same server just fine. Any ideas what the problem might

[REBOL] Ftp upload to a Macintosh

2001-11-22 Thread Pierre
Hi all, I can't send or read a file on a macintosh FTP server. I tried several versions of Rumpus and Webstar FTP. I also tried passive mode with no success. Does anyone knows what's the problem? Rebol or ftp on the Mac? Thanks for lot of replies ;-) Here is the log made with trace/net on: >>

[REBOL] ftp reading an empty folder

2001-11-19 Thread Daniel Ajoy
When I try to read an empty ftp directory I get this message: ** Access Error: Port none not open ** Where: parse-dir-list How can I handle this error. I think in this case read should return an empty list, not throw an error. Daniel -- To unsubscribe from this list, please send an email to

[REBOL] ftp to parent directory on a HP-UX

2001-10-11 Thread Micael . Gullmes
Hi all, I cannot read parent directories using read FTP towards a HP-UX server >> files: read ftp://user:psw@server/../ ** Script Error: Invalid argument: 12/maj/2000 ** Where: to-date ** Near: to date! :value >> If I do this towards a server using either Solaris or Windows it works perfectly..

[REBOL] ftp dir

2001-10-09 Thread Romano Paolo Tenca
1) How to make a change-dir on a ftp dir? 2) How to make a ftp directory listing with date-size without re-making connections to the server? Core user guide p. 12-41 makes only a bug example. Rebol gives error already on Forall. I know that all the info (date-size and so on) are already cached in

[REBOL] FTP: how to avoid multiple connection ?

2001-04-26 Thread laplace
Hello, when uploading several files, rebol connect once for each file ? That's very slow: is it possible to avoid that ? thanks. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] FTP errors - 3 types

2001-04-10 Thread Brett Handley
Type 1] I received the following error when I was deleting a file User Error: Server error: tcp 226 Quotas off But the delete worked. I actually wanted this in a loop but because of the error (I think) it aborted the loop. Type 2] Another error I got was this: ** User Error: Server

[REBOL] ftp question

2001-03-15 Thread ryan . christiansen
When you use REBOL's built-in FTP protocol, does it send a "bye" command when it is finished downloading? Or does it just let the FTP connection time out? Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-994

[REBOL] ftp up one directory

2001-03-14 Thread ryan . christiansen
I am having trouble accessing a file which is in a directory above my default access directory. The file I want to reach is web.log and here is where it lies / /logs/web.log /web/ When I use the following dir-list: load ftp://username:[EMAIL PROTECTED] REBOL returns [%web/] as if the direct

[REBOL] ftp problems

2001-02-18 Thread Fantam
Hello all, I've sent the following to feedback. Maybe someone has experienced the same problem, or knows more about it (especially concerning the second ftp problem): I found a bug when trying to make a directory on a remote ftp site with high ascii characters, even when the url is mime encoded.

[REBOL] FTP Write Error (Append/Restart not permitted)

2000-11-26 Thread Tim Johnson
Hi Write/append causes a failure when I attempt to append to a remote file. Full reads and writes are performed successfully: i.e. : ;where blk is a block of test: write/lines full-path blk ;executes successfully read/lines full-path ; works too! write/append full-path "this is a