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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick Question! Retrive info form another server. PERL

Status
Not open for further replies.

fx00101

Programmer
Apr 26, 2008
1
Hi,

How can I retrieve a certain information from another server? Like i want to search a directory on another server for a file that starts with "NSS001" no ext. and then i want to retrieve that file information without downloading the file..? Is this possible? Any help would be MUCH appreciated! THANK YOU in advance :)
 
If the directory is web accessible you can use something like LWP::Simple to get the file. If the directory is not web accessible you can't do it unless you can login to the other server.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top