REBOL Library REBOL

FTP Related

Updated: 29-May-2003

Return to main library index

Append to a Text File

ftpappend.r

26-May-1999

Append to a text file using FTP.

1 line

236 bytes

 
Check for Directory

ftpdircheck.r

26-May-1999

Check if a filename belongs to a directory using FTP.

1 line

257 bytes

 
Run Script from FTP

ftpdo.r

26-May-1999

Do a REBOL script via FTP.

1 line

193 bytes

 
Make a directory

ftpmakedir.r

26-May-1999

Make a file directory on an FTP server.

1 line

217 bytes

 
Read a Text File

ftpread.r

26-May-1999

Read a text file from an FTP server and print it.

1 line

215 bytes

 
Rename a File

ftprename.r

26-May-1999

Rename a file on a server using FTP.

1 line

213 bytes

 
Upload a File

ftpup.r

26-May-1999

Upload a binary file to an FTP server.

1 line

218 bytes

 
Write Text File

ftpwrite.r

26-May-1999

Write a text file to an FTP server.

1 line

216 bytes

 
Delete a File or Directory

ftpdel.r

26-May-1999

Delete a file or directory from a server using FTP.

2 lines

278 bytes

 
Download a Binary File

ftpdownbin.r

26-May-1999

Download a binary file from an FTP server.

2 lines

278 bytes

 
Get File Size and Date

ftpinfo.r

26-May-1999

Get size and date information about an FTP file.

2 lines

306 bytes

 
Protecting Passwords

passprotect.r

15-Sep-1999

Prompt for password to use before transfer.

2 lines

270 bytes

 
Read File Directories

ftpdir.r

26-May-1999

Read and print directories from an FTP server.

3 lines

308 bytes

 
Prompt for User and Password

userprotect.r

15-Sep-1999

Prompt for username and password to use for a transfer.

3 lines

317 bytes

 
Download List of Files

ftpdown.r

26-May-1999

Download a list of binary files using FTP.

5 lines

335 bytes

 
Upload Several Files

ftpupload.r

26-May-1999

Upload multiple files with FTP using login and password.

5 lines

340 bytes

 
Check for a File or Directory

ftpcheck.r

26-May-1999

Check for the existence of an FTP file or directory.

6 lines

382 bytes

 
Transfer REBOL Files to Server

ftpallto.r

18-Dec-1997

FTP all .r files in the current directory to a server.

7 lines

386 bytes

 
Upload all HTML Files

ftphtml.r

26-May-1999

Upload a group of files to an FTP server.

8 lines

397 bytes

 
List FTP upload

listftpupload.r

22-Jun-1999

FTP upload multiple files using login and password. Supports a full upload or partial for updates from lists in %sitedata.reb and %siteupdate.reb.

8 lines

1386 bytes

 
Interactive FTP Downloader

ftpdownload.r

26-May-1999

Download a group of files from an FTP server, prompting for each file along the way.

10 lines

513 bytes

 
Test FTP Commands

ftpdemo.r

24-Jun-2001

Demonstrate ftp commands and results

16 lines

930 bytes

 
Count and Download

counload.r

20-Jul-2001

Downloads numbered filenames from the internet.

54 lines

2387 bytes

 
Web-GetIt!

wgetit.r

15-Feb-2003

Saves content of web pages to local disk.

2 pages

12569 bytes

 


The line count is for code lines only and is used as a rough estimate of code size. It does not include script headers, blank lines, or comment lines.

To add or modify a file, run REBOL/View and click on the Add-Script icon in the Library folder. Be sure that the script has a REBOL header that describes its purpose.

You can download the entire library as a compressed, self-extracting REBOL archive. The file is 585 KB and requires REBOL to extract. You may need to right click on this link to save the file in some browsers.

Once you have extracted the files, you can build these HTML index pages locally by running the build-lib.r script.

Note: All scripts are provided AS IS without warranty and without liability to the author or to REBOL Technologies.

REBOL is a trademark of REBOL Technologies.