in reply to Re: CrLf getting inserted into an octet-stream (gzip file)
in thread CrLf getting inserted into an octet-stream (gzip file)
However, I'm not getting the test.gz file written out. I figure I'm doing (or not doing) something stupid, but I'm not seeing it.my $response = $ua->post( $url, ':content_file' => '.\test.gz', Content_Type => 'form-data', Content => [ userid => 'USERID', password => 'PASSWORD', recordlength => '', recordterminator => 'NONE', remotefilename => 'REMOTE_FILENAME' ] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CrLf getting inserted into an octet-stream (gzip file)
by Corion (Patriarch) on May 23, 2008 at 17:16 UTC | |
by Rumtis (Initiate) on May 23, 2008 at 17:30 UTC | |
by MidLifeXis (Monsignor) on May 24, 2008 at 13:27 UTC | |
by Rumtis (Initiate) on May 27, 2008 at 14:45 UTC |