Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. scott203

    I got this webpage at http://kick

    I got this webpage at http://kickasscable.hypermart.net/searchplanet.cgi and when I load it in IE 5.5, i get the following error: The Callee (server[not server application]) is not available and disappeared; all connections are invalid. The call did not execute. It comes up as if it were a...
  2. scott203

    Moving files between servers w/ perl??

    I think the problem with that is that i dont have access to the command line. Im trying to run the script by entering its URL in a browser... And I dont know where system() prints its output to, whether it would only be visible on the command line or if it would print to a web page. But then...
  3. scott203

    Moving files between servers w/ perl??

    I tried to locate the code in the lwp modules that actually retrieves the response from the server.. and see what makes it shut down too early... but it seemed to be very layered and hard to pin down. Any ideas???
  4. scott203

    Moving files between servers w/ perl??

    when i run that code.... nothing happens. This is on a Unix machine. It seems i can put anything between the quotes as a parameter and nothing happens. When I try to print system(...); it returns 65280 usually but 512 when i put some crazy stuff in there.
  5. scott203

    Moving files between servers w/ perl??

    Ivennard, could you explain that a bit? Im not sure how to use that nor am i familiar with the system function...
  6. scott203

    Moving files between servers w/ perl??

    Oh, and I forgot to mention that I figured all this out because when I try to dl the file to my pc using IE, it first reports that the length is 3.37 mb, but downloads past that to ~7mb. and the size of the file on my server (using getstore()) is 3455kb(=3.37mb). thanks, any help is appreciated
  7. scott203

    Moving files between servers w/ perl??

    Ok, that works, thanks... BUT, the server that i am downloading from incorrectly reports the length of the file. It reports it as about 3 megs when the file is actually about twice that long. I am using getstore($url, $localfile) from the LWP::simple module and it only gets the first 3 megs of...
  8. scott203

    Moving files between servers w/ perl??

    Is there a way that a perl script can download a file from a remote URL to a local directory? Like say, how can I copy "http://www.blah.com/file.txt" to the local "file.txt"?
  9. scott203

    See if a system is up and running..

    Hey, I dont really know, but wouldnt that number be in millisecs? and 15-50 millisecs is way too short to wait for a ping... try like 1000. If it were really 15 secs you were waiting, then it should take 15 secs for the script to print "server is down"

Part and Inventory Search

Back
Top