View in color | View documentation | License |
Download script | History | Other scripts by: carl |
14-Dec 15:21 UTC
[0.047] 10.708k
[0.047] 10.708k
ftpdown.rREBOL [
Title: "Download List of Files"
Date: 26-May-1999
File: %ftpdown.r
Purpose: "Download a list of binary files using FTP."
library: [
level: 'beginner
platform: none
type: none
domain: [ftp other-net file-handling]
tested-under: none
support: none
license: none
see-also: none
]
]
site: ftp://user:%pass--ftp--site--com/www/images
files: [icon.gif logo.gif photo.jpg]
foreach file files [
write/binary file read/binary site/:file
] Notes
|