Monday 18 July 2011

Rebol sites

Hello world,
today I send you some useful links:
One liner of the week:

foreach file load %./  [if not dir? file [write/binary join ftp://user:pass@example.com/ file read/binary file]]
This script upload all files via FTP

No comments:

Post a Comment