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

Re: FTP Transfer

by mhi (Friar)
on Jun 01, 2004 at 21:36 UTC ( [id://358629]=note: print w/replies, xml ) Need Help??


in reply to FTP Transfer

Well, there are two general modes for FTP: active and passive.
  • In active mode the client opens a control connection to the server and for every data transfer from the server a separate data connection is opened (initiated by the server). This is probably what you were thinking of.
  • Passive mode FTP has only one joint control/data connection initiated by the client. If you are behind a firewall-setup that will not permit incoming connections, this is the way to go.

Not having looked deeply into your code: If you're on a network with no special security and your original setup was geared towards a regular FTP-Server, your original script should be portable to a new box.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found