RE: callFTP?

2004-04-26 Thread Daly, Mark
Thanks everyone. I appreciate the pointers. -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

RE: callFTP?

2004-04-23 Thread Mike Dallaire
Mark, We are running on Windows and use ftp primarily for transferring files and records between branch or laptop systems and main office systems. We transfer type 18 files and records from type 19 files. Because we never truly loose the data, it is always still on the sending system, we don't

Re: callFTP?

2004-04-23 Thread David Beahm
We use Kermit scripts to allow error trapping of ftp processes. Can't say it's 100% foolproof, but it's a big improvement. For example: #!/bin/kermit + set transfer display crt if \v(argc) 2 exit 1 Usage: \%0 file ftp open dest_computer /user:usernm /password:passwd if fail exit 1