howdy guys, how can I open a connection to my ftp site, mess around, and then close it when I'm done? right now, I have a word defined to the site url, and in the rest of the script I refer back to the word. like, oldshoe: ftp://url.com the interpreter tells me, "connecting to url.com" a bunch of times when I run the script. I should be able to connect just once, right? how do I specify where to do what if it's not at the end of an ftp url? see ya, -- -t
