Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Net::FTP put failing silently?

by welchavw (Pilgrim)
on Aug 06, 2008 at 21:12 UTC ( [id://702751]=note: print w/replies, xml ) Need Help??


in reply to Re: Net::FTP put failing silently? (problem src)
in thread Net::FTP put failing silently?

Yes, indeed. Any clue what could be involved? I have a transfer via Net::FTP that doesn't work while one over simple commandline ftp does work. This is to an NT FTP service. It would violate my expectation if security software were treating one FTP client differently, and I have tried passive on and off.

Replies are listed 'Best First'.
Re^3: Net::FTP put failing silently?
by spivey49 (Monk) on Aug 06, 2008 at 21:43 UTC

    If both passive and active modes are not working in the script, but the command line is, I would suspect a possible proxy. The client might be picking up your proxy settings, but the script isn't.

    If that were the case it typically wouldn't make much sense for the put to be working, but not the ls. The proxy should deny both. Of course different proxies have different levels of granularity in their policies. Maybe it's allowing ls, but not dir or applying a "guest" policy to allow puts, but not dir or ls.

Re^3: Net::FTP put failing silently?
by spivey49 (Monk) on Aug 06, 2008 at 21:38 UTC

    If both passive and active modes are not working in the script, but the command line is, I would suspect a possible proxy. The client might be picking up your proxy settings, but the script isn't.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found