Patch for REBOL FTP protocol 226 response handling. |
patch-ftp-226-handling.r documentation | 5.2 KB 2 Jul 2005 | To fix FTP protocol 226 response handling. author: Brett Handley |
REBOL SVS |
rebsvs.r | v:0.7.2 8.6 KB 11 Dec 2010 | Source version system for REBOL author: nicolas |
Transfer REBOL Files to Server |
ftpallto.r documentation | v:1.0.0 625 bytes 13 Mar 2003 | FTP all .r files in the current directory to a server. author: Anonymous |
REBftp simple ftp client |
rebftp.r | v:1.3.0 7.9 KB 13 Mar 2003 | A simple program to upload and download files to/from an ftp server. author: David Crawford |
Blogger |
blogger.r | 1.9 KB 22 Apr 2010 | This program allows users to create and add entries to an online blog page.
The GUI has text fields which allow the user to enter a title, link, and blog text,
as well as a button to select an image file which will be uploaded and included
in the blog entry. When the Upload button is clicked, an HTML file is created
and uploaded to [...] author: nick |
Web Site Checker |
site-check.r | v:1.1.1 3.5 KB 11 Jun 2004 | Scan a web site looking for missing pages, remote links, email links, etc. Helps you clean up sites. author: Carl Sassenrath |
Demo |
demo.r | 4.1 KB 14 Sep 2009 | Amazingly small REBOL demo app: 10 useful programs in only 2.5k
(LESS THAN HALF A PRINTED PAGE OF CODE!):
1 - FREEHAND PAINT: draw and save graphic images
2 - SNAKE GAME: eat food, avoid hitting the walls and yourself
3 - TILE PUZZLE, 15 : arrange the tiles into alphabetical order
4 - CALENDAR: save [...] author: nick |
Test FTP Commands |
ftpdemo.r | v:0.1.1 1.0 KB 6 May 2003 | Demonstrate ftp commands and results author: Larry Palmiter |
Simple FTP file editor |
ftp-file-editor.r | 560 bytes 29 Jun 2008 | Download, edit, and resave files on your website, via FTP.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
FTP CHMOD |
ftp-chmod.r | 990 bytes 31 Jul 2010 | This is a workaround for REBOL's inability to chmod files (set permissions)
with the built in FTP protocol. This script is for MS Windows, but Macintosh
and Linux also have command line FTP programs built into the OS that can
be used similarly with REBOL's call function. author: nick |
FTP Tool |
ftp-tool.r | 6.4 KB 14 Sep 2009 | Full featured FTP application.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Remote file Utility |
remote-file.r | v:0.0.2 6.0 KB 25 Sep 2003 | Exchange files over a network without ftp author: Ingo Hohmann |
Download a Binary File |
ftpdownbin.r documentation | 470 bytes 13 Mar 2003 | Download a binary file from an FTP server. author: [unknown] |
Upload all HTML Files |
ftphtml.r documentation | v:1.0.0 642 bytes 13 Mar 2003 | Upload a group of files to an FTP server. author: Anonymous |
Rename a File |
ftprename.r documentation | 411 bytes 13 Mar 2003 | Rename a file on a server using FTP. author: [unknown] |
Check for a File or Directory |
ftpcheck.r documentation | 574 bytes 13 Mar 2003 | Check for the existence of an FTP file or directory. author: [unknown] |
Write Text File |
ftpwrite.r documentation | v:1.0.0 457 bytes 13 Mar 2003 | Write a text file to an FTP server. author: Anonymous |
Upload a File |
ftpup.r documentation | v:1.0.0 459 bytes 13 Mar 2003 | Upload a binary file to an FTP server. author: Anonymous |
Read File Directories |
ftpdir.r documentation | 500 bytes 13 Mar 2003 | Read and print directories from an FTP server. author: [unknown] |
Run Script from FTP |
ftpdo.r documentation | 390 bytes 13 Mar 2003 | Do a REBOL script via FTP. author: [unknown] |