--- In [email protected], "brother.gabriel" <brgabr...@...> wrote: > > Thanks, y'all, for the ideas. I don't know about WGET - it looks > a little complicated, and I need to sync a dir on the host-server > to match what I have updated on my USB disk - and all this > portably. I do my work at my desk and keep my website on the > flash drive. I want to just push a PP button and it will run the > entire compare-update procedure and then let me know when it is > finished and whether there were any errors. I have downloaded a > collection of possible applications to try out, but if anyone has > something they know already works, I am all ears not to have to > spend the time if someone else already has! Thanks again, > however, for the ideas.
Do not know if of any use to you, but several years ago I did make a NoteTab library that uses FTP.exe to upload the current document to a directory on an FTP server. It can also upload all files in a directory or all files with a given extension. All use the same protocol (ascii or binary) for transfer. Options are collected using clip wizard dialogs. Under the covers, the notetab clip creates a script in the format used by FTP.exe, then executes it and displays a console log (so you can tell if successful).<http://tech.groups.yahoo.com/group/ntb-clips/files/FTP_Custom_Ver1.4.zip> Regards, Sheri
