Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. File Transfer using Perl

File Transfer using Perl

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
perllinuxtoolshelp
5 Posts 4 Posters 20 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anand Jaiteertha
    wrote on last edited by
    #1

    Hi everyone, i want to transfer a file from windows to linux system using perl script..please help me. Thanks in Advance.

    J T 2 Replies Last reply
    0
    • A Anand Jaiteertha

      Hi everyone, i want to transfer a file from windows to linux system using perl script..please help me. Thanks in Advance.

      J Offline
      J Offline
      jschell
      wrote on last edited by
      #2

      For two computers to talk both computers need running applications that communicate. So your first step is to determine what applications the source and target machines will have. As an example a FTP server and an FTP client.

      A 1 Reply Last reply
      0
      • J jschell

        For two computers to talk both computers need running applications that communicate. So your first step is to determine what applications the source and target machines will have. As an example a FTP server and an FTP client.

        A Offline
        A Offline
        Anand Jaiteertha
        wrote on last edited by
        #3

        Thanks Jschell..yes i'm using FTP Server & FTP Client..i tried some scripts,but it didn't work.Please could you send any working perl script for file transfer. It is very much needed for our project. :)

        L 1 Reply Last reply
        0
        • A Anand Jaiteertha

          Thanks Jschell..yes i'm using FTP Server & FTP Client..i tried some scripts,but it didn't work.Please could you send any working perl script for file transfer. It is very much needed for our project. :)

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I am using wget[^] to pull the security camera jpeg images off my office FTP server and copy them to a remote site. Perhaps you could do the same. Best Wishes, -David Delaune

          1 Reply Last reply
          0
          • A Anand Jaiteertha

            Hi everyone, i want to transfer a file from windows to linux system using perl script..please help me. Thanks in Advance.

            T Offline
            T Offline
            TiGuCo
            wrote on last edited by
            #5

            Hi, you can try Net::FTP module. It's a very efficient and simple way to work with ftp in Perl. If you want to just upload some files from a shell script, without using Perl, you can use wput to upload or wget to download. But I think that using Perl with Net::FTP is better. TiGuCo.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups