Gossamer Forum
Home : General : Perl Programming :

connect to rackspace server from perl

Quote Reply
connect to rackspace server from perl
Hi
I want to connect to rack space cloud server from Perl program.could you share your idea?
Quote Reply
Re: [senthilkumar] connect to rackspace server from perl In reply to
If the provide a FTP account you could probably use Net::FTP. You arn't very specific about what you are trying to achieve though ;)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] connect to rackspace server from perl In reply to
Hi,

Thank you for your replay. In Rack space cloud server There is my Perl file .I want to run that Perl file from my local script





Regards,

Senthil
Quote Reply
Re: [Andy] connect to rackspace server from perl In reply to
Hi,

Thank you for your reply. In Rack space cloud server There is my Perl file .I want to run that Perl file from my local script





Regards,

Senthil
Quote Reply
Re: [senthilkumar] connect to rackspace server from perl In reply to
Hi,

Sorry, still not sure what your asking for.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] connect to rackspace server from perl In reply to
Hi,

This is my 173.203.49.120 (IP Remote Server) .In that Server There is my perl file .I want to run that perl file from my local machine by perl script..

Regards,

Senthil
Quote Reply
Re: [senthilkumar] connect to rackspace server from perl In reply to
Ah ok - mmm, not sure you can do that (for security reasons)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [senthilkumar] connect to rackspace server from perl In reply to
BTW, you could try asking at perlmonks.org, as they may have a suggestion
Quote Reply
Re: [Andy] connect to rackspace server from perl In reply to
Thank you for your kind information