He-e-eyyy... I like what you've done with the place. You guys want me to purplish-blue-ify the favicon to match the new color scheme? Not that there's a full-size icon to match, anymore...
I currently back up a few small documents to a web server manually, using a GUI FTP client. It's fine but I'd got to thinking that it might be possible to write a batch file that would back my files up using XP's command line FTP. I tried but I can't figure out a secure way to pass my user name and password to the server in the batch file. I considered connecting to the server on one line, inserting a pause of a few seconds and then passing the user name and password, each on their own line, in anticipation of the corresponding prompts, but ruled that out because net conditions could change the timing of the prompts.
Anyone have a better way to do this? The goal is to double-click a single file on my dekstop and know that all the backups will be performed.
Thanks,
Piyono
I currently back up a few small documents to a web server manually, using a GUI FTP client. It's fine but I'd got to thinking that it might be possible to write a batch file that would back my files up using XP's command line FTP. I tried but I can't figure out a secure way to pass my user name and password to the server in the batch file. I considered connecting to the server on one line, inserting a pause of a few seconds and then passing the user name and password, each on their own line, in anticipation of the corresponding prompts, but ruled that out because net conditions could change the timing of the prompts.
Anyone have a better way to do this? The goal is to double-click a single file on my dekstop and know that all the backups will be performed.
Thanks,
Piyono