Looking for a file transfer module NOT ftp

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Looking for a file transfer module NOT ftp

    Hello,

    I'm looking for a module to perform file transfer from one machine to
    another. This will be running on Windows machines, multiple windows xp
    machines to a windows 2003 server. I don't want to use ftp or windows
    file shares. Is there a module that can do this?

    Thanks,
    Joe

    Screwdriver13@hotmail.com Guest

  2. Similar Questions and Discussions

    1. Example of WebService file transfer
      Can you point me to a simple example of how to transfer files using a web service. Bob
    2. FTP Transfer hangs and does not compete the file - or permitmultiple file downloads
      I seem to have found an OS X problem. I use Fetch and Transmit for FTP of server log files. But since switching to OS X the file transfers seem to...
    3. File Transfer
      Have you looked at using WSE 2.0 - DIME attachments. file using webservices.
    4. File transfer by TCP/IP
      Hi, Can anyone tell me is it possible to transfer files from one system to another system to a particular folder by IP address alone? And if...
    5. Simple file transfer -- SCO to AIX
      We recently purchased an IBM p630 with AIX5.1L. Our old server is a Compaq with SCO Openserver 5.0.5. We want to do a simple file transfer of our...
  3. #2

    Default Re: Looking for a file transfer module NOT ftp

    [email]Screwdriver13@hotmail.com[/email] wrote:
    > Hello,
    >
    > I'm looking for a module to perform file transfer from one machine to
    > another. This will be running on Windows machines, multiple windows xp
    > machines to a windows 2003 server. I don't want to use ftp or windows
    > file shares. Is there a module that can do this?
    >
    > Thanks,
    > Joe
    Hi Joe,

    Why not FTP for the File Transfer Protocol?

    What Protocol do you want to use?

    Seriously,

    Eric
    Eric R. Meyers Guest

  4. #3

    Default Re: Looking for a file transfer module NOT ftp

    Eric R. Meyers wrote:
    > [email]Screwdriver13@hotmail.com[/email] wrote:
    >
    >> Hello,
    >>
    >> I'm looking for a module to perform file transfer from one machine to
    >> another. This will be running on Windows machines, multiple windows xp
    >> machines to a windows 2003 server. I don't want to use ftp or windows
    >> file shares. Is there a module that can do this?
    >>
    >> Thanks,
    >> Joe
    >
    > Hi Joe,
    >
    > Why not FTP for the File Transfer Protocol?
    >
    > What Protocol do you want to use?
    >
    > Seriously,
    >
    > Eric
    Is a person supposed to be pushing buttons for this, or are you trying to
    automate a process? I'm thinking HTTP file upload/download, if your server
    has a webserver.

    Eric R. Meyers Guest

  5. #4

    Default Re: Looking for a file transfer module NOT ftp

    [email]Screwdriver13@hotmail.com[/email] wrote:
    > Hello,
    >
    > I'm looking for a module to perform file transfer from one machine to
    > another. This will be running on Windows machines, multiple windows xp
    > machines to a windows 2003 server. I don't want to use ftp or windows
    > file shares. Is there a module that can do this?
    >
    > Thanks,
    > Joe
    >
    How about File::Copy, using UNC names?

    Tom Wyant
    harryfmudd [AT] comcast [DOT] net Guest

  6. #5

    Default Re: Looking for a file transfer module NOT ftp


    <Screwdriver13@hotmail.com> wrote in message
    news:1147230751.652201.283020@j33g2000cwa.googlegr oups.com...
    > Hello,
    >
    > I'm looking for a module to perform file transfer from one machine to
    > another. This will be running on Windows machines, multiple windows xp
    > machines to a windows 2003 server. I don't want to use ftp or windows
    > file shares. Is there a module that can do this?
    >
    Another option is to send the file(s) via client/server socket connections
    built with IO::Socket.

    Cheers,
    Rob


    Sisyphus Guest

  7. #6

    Default Re: Looking for a file transfer module NOT ftp

    [email]Screwdriver13@hotmail.com[/email] wrote:
    > Hello,
    >
    > I'm looking for a module to perform file transfer from one machine to
    > another. This will be running on Windows machines, multiple windows xp
    > machines to a windows 2003 server. I don't want to use ftp or windows
    > file shares. Is there a module that can do this?
    You may want to consider puTTY which provides a Win32 `secure copy`
    to keep file info/cred's from going cleartext. See the Windows link
    on the OpenSSH page.

    HTH,
    --
    Charles DeRykus

    Charles DeRykus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139