hi,how to get the correct statistic

2006-02-21 Thread Joodhawk Lin
hi all, i copy source from http://www.planet-source-code.com/vb/scripts/ShowCodeAsText.asp?txtCodeId=481&lngWId=6, the piece source aims to merges 2 or more text files into one more manageable file. and it also remove the duplicates and comments (start with #). i run it on the windows 2003

RE: Sending back an http 200 response

2006-03-14 Thread Joodhawk Lin
I did interact with paypal server last year, The attachment is the asp source (sorry for Chinese comments), you can refer it. As you following, http status 200 responses suggest the paypal server works well. You can test IPN system in sandbox. Good luck with you. -Original Message-

RE: Business::PayPal::IPN

2006-03-16 Thread Joodhawk Lin
Oh, you can analyse the server's visit log with some tools. If it works well, it would stay some marks. Good luck. -Original Message- From: Denzil Kruse [mailto:[EMAIL PROTECTED] Sent: 2006年3月17日 7:06 To: beginners-cgi@perl.org Subject: Business::PayPal::IPN Hi all, How do you use th

about CURL tool

2006-05-24 Thread Joodhawk Lin
Hi, Curl is a tool to transfer data from or to a server, using one of the supported protocols (HTTP, HTTPS, FTP, FTPS, TFTP, DICT, TELNET, LDAP or FILE). The command is designed to work without user interaction. Have you used it to develop transfer files between one sever and

getting file from outer network with curl tool occurs errors

2006-06-08 Thread Joodhawk Lin
While I try to get file from a site by CURL tool, it alters me this: Curl: (6) Could not resolve host: http://helloworld.com/; No data record of requested type   I am in an inner network, and I try to get file through gateway (10.89.54.254) by http. Did anybody get it; can you share it

答复: [cgiapp] CGI Script to pass a file to different servers

2006-07-06 Thread Joodhawk Lin
Dear ibiokid, Ok, I found your solution doesn't sound good. We have done more file transfer between 2 sever. 1, for synonym implement, asks for mirror. UNIX <--> windows 2, for do some logical data deal. UNIX servers --> curl tool or write some shell. Windows --> bat file or some advance langue t