Upload local file to server

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

  1. #1

    Default Upload local file to server

    Is there an easy way to upload a local file to a server?

    Ryan K Whippo Guest

  2. Similar Questions and Discussions

    1. Resize image from local drive and upload to server
      Hi there I want to allow the user to chose an image from his local hard drive. The image should then be loaded into the Flex 2 application....
    2. LWP - multipart/form-data file upload from scalar rather than local file
      I'm looking to do an HTTP upload, preferably with HTTP::Request::Common, but get the file data from either a filehandle or a scalar rather than...
    3. upload .mdb file to server
      Hello! Is there anyone to help me with my database problem? I'm uploading the database file (Ms Access file) but when I'm trying to put a a log in...
    4. How can I auto upload a file to the server?
      I have a .txt file on my local Windows 2000 box that i want uploaded to a remote L.A.M.P. server with only one click. I want to have a link...
    5. Is it possible to upload a file from Director to a web server?
      I've not used Director before, so apologies in advance if this is a very straightforward question. We are considering Director for a project where...
  3. #2

    Default Re: Upload local file to server

    On Fri, Aug 29, 2003 at 11:13:24AM -0500, Whippo, Ryan K wrote:
    > Is there an easy way to upload a local file to a server?
    gonna need to know some stuff before i can help further:

    what operating system is your local machine/server?
    what protocol/software do you want to upload with?
    what sort of data?

    thanks

    --
    Mat Harrison
    Technical Developer
    3d Computer Systems Ltd.
    [email]matth@3d-computers.co.uk[/email]
    -------------------------
    ASCII ribbon campaign ( )
    - against HTML email X
    & Usenet posts / \

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (OpenBSD)

    iD8DBQE/T3y7mbMTrp/jhicRAhp0AJ9E7yTD80nU75V1ThXyByfMSbmKjwCeJVGf
    jscAzqns2R9a2C4UFIJ2DVY=
    =JDlK
    -----END PGP SIGNATURE-----

    Matthew Harrison Guest

  4. #3

    Default RE: Upload local file to server

    FTP, NFS, Windows Shares, rcp, scp....

    It's a pretty open-ended question, depends on what OS
    the server is running, what services, etc.

    Tony

    -----Original Message-----
    From: Whippo, Ryan K [mailto:rkwhippo@indiana.edu]
    Sent: Friday, August 29, 2003 11:13 AM
    To: [email]beginners@perl.org[/email]
    Subject: Upload local file to server


    Is there an easy way to upload a local file to a server?


    --
    To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
    For additional commands, e-mail: [email]beginners-help@perl.org[/email]

    Anthony Akens Guest

  5. #4

    Default RE: Upload local file to server


    ------------------------------------------------
    On Fri, 29 Aug 2003 11:13:24 -0500, "Whippo, Ryan K" <rkwhippo@indiana.edu> wrote:
    > Is there an easy way to upload a local file to a server?
    >
    There are lots of ways, FTP, scp, through a web browser, email, etc. Find out what the server supports from the admin, and more specific help can be provided.

    [url]http://danconia.org[/url]
    wiggins@danconia.org 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