Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Reb FTP

From: carl:rebol at: 16-Apr-2001 1:38

Yes, Reb FTP is for uploading from the public cache area only. That's how it obtains the correct path on the server. It uses the same path as the public dirs. When ready to upload files to my web server, I move them into my public cache directories, then upload them from there. It also lets you test the changes from the desktop easily before you upload. Often, I work totally in the public area. Works nicely. You can modify the script to do what you need there. Perhaps you put your reb files in another place. Should be very easy to change it. -Carl