Net::FTP filesize limit

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

  1. #1

    Default Net::FTP filesize limit

    I have written a script to grab some files via FTP. All is fine for all
    file sizes when I run it from my development machine (Active Perl) but
    when I use it on the ISP webserver (unix based) all works OK except
    that files over 500k are ignored by the get method. The script does not
    crash though, just the larger files are not got. I have set Timeout
    option to 240 for the new method.

    Has the ISP tampered with NET::FTP module to restrict size of files? Is
    there a way I can override thier restiction? Whereabouts within the
    FTP.pm file can I find the code which limits the size of files copied?

    Thanks

    Ian

    nisbeti@googlemail.com Guest

  2. Similar Questions and Discussions

    1. PDF filesize in Illustrator CS
      Hello all- I've just downloaded the trial version of Illustrator CS, and am currently using version 8. My problem/question is this- using the save...
    2. filesize in .exe
      Hello everyone, I have a problem, I am working on a director project which grew over time. therefore I have an exported exe file that is filling up...
    3. WSE SOAP Attachment filesize limit
      I am using WSE 2.0 to receive SOAP Attachment, and the following are my testing cases. Upload 20 files (@4KB) => pass Upload 3files (@1.2KB) =>...
    4. Filesize = 2GB SCO 5.0.7?
      Hi, Just wanna check out with u guys, is SCO 5.0.7 single file size still same as SCO 5.0.5 not more than 2GB? -- Posted via...
    5. vml and filesize
      Thinking of buying/using Publisher - and I see that 2003 version is coming. However, I am very turned off by the VML and the filesize - 2 meg for a...
  3. #2

    Default Re: Net::FTP filesize limit

    It seems that it is the server that has a completely seperate script
    that automatically deletes files over 500kb. So NET::FTP is not the
    culprit.

    nisbeti@googlemail.com Guest

  4. #3

    Default Re: Net::FTP filesize limit


    <nisbeti@googlemail.com> wrote in message
    news:1154167413.509696.284580@m79g2000cwm.googlegr oups.com...
    > It seems that it is the server that has a completely seperate script
    > that automatically deletes files over 500kb. So NET::FTP is not the
    > culprit.
    >
    Your ISP should be able to confirm this. If they are doing that, I would
    want to know why they are setting the limit at such a small size - and I
    would probably also be thinking about taking my business elsewhere.

    Cheers,
    Rob


    Sisyphus 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