Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Need help on NET:FTP

by wind (Priest)
on Apr 29, 2011 at 07:13 UTC ( [id://901935]=note: print w/replies, xml ) Need Help??


in reply to Need help on NET:FTP

What are the results when you run the script? Does it do anything?

On a side note, you can group your options definition with defaults into one statement

GetOptions ( "i=s" => \(my $ip = 0), "u=s" => \(my $username = 0), "p=s" => \(my $password = 0), "r=s" => \(my $remotedir = 0), "l=s" => \(my $localdir = 0), "f=s" => \(my $filename = 0), "m=s" => \(my $filemode = 0), );

Replies are listed 'Best First'.
Re^2: Need help on NET:FTP
by Anonymous Monk on Apr 29, 2011 at 16:38 UTC
    may be u r shell expands * in u r input. Give esaped input

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://901935]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (1)
As of 2024-04-19 00:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found