Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Transfer files (network)

by kvale (Monsignor)
on Feb 17, 2004 at 01:01 UTC ( [id://329520]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Transfer files (network)

It seems to me that if you want to send a file from computer A to computer B, then B has to have some way of listening for a connection and receiving the file. This is what a server does, so you will need to implement some sort of server to do this.

FTP is the most common sort of file transfer protocol, so I would recommend using it. If you want to make setting up an FTP server more fun, try Net::FTPServer.

-Mark

Replies are listed 'Best First'.
Re: Re: Transfer files (network)
by FireBird34 (Pilgrim) on Feb 17, 2004 at 01:32 UTC
    LoL! What doesn't CPAN have? I'll look into this! Thanks! (I have a simple listening 'server' on each computer for information, but nothing more than a simple socket using IO::Socket::INET heh)
Re: Re: Transfer files (network)
by AcidHawk (Vicar) on Feb 17, 2004 at 04:12 UTC

    There is no Net::FTPServer module for Windows. So if FireBird34 is running on a MS platform s/he will not be able to use it easily.

    Have a look at creating a listening socket on the server and a client piece that connects to that socket.

    Below is some code I found (here at PerlMonks I think) that sets up a socket and transfers a file from the client.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://329520]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.