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

[REBOL] ftp question

From: bry::itnisk::com at: 31-Oct-2002 17:54

I'm connecting to an ftp port where rsync is running. What I want to do is not to use ports yet, just write to the ftp site, rsync does not run until the connection is closed however. I figured I could just do ftp-connect: ftp://username:[password--ftpsite--com]/folder/filename.xml write ftp-connect read %filename.xml ftp-connect: none unfortunately this does not seem to close down the ftp connection, at least not if I'm running this from the console(I suppose it would shut down if I ran the script from the command line.)