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

[REBOL] Secure file upload tool design?

From: jasonic:cunliffe:verizon at: 18-Dec-2001 11:38

I need to build a secure client-side tool in REBOLfor people to upload files to a remote server. I would like to use REBOL/View so I can offer an easy GUI for fiel browsing, selection and transfer. An option I see using REBOL are: - insist they buy REBOL/ViewPro and use encryption for login+password handling and then FTP on a special port for data transfer. On the server I should at least run /ViewPro or /Command. Does anyone have improvements to this approach, perhaps one which can be built using the free REBOL/View or even REBOL/Core? Examples/caveats? thanks ./Jason