The Samba-Bugzilla – Attachment 6964 Details for
Bug 8498
smbclient: cli_push returned NT_STATUS_IO_TIMEOUT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
test script
test.pl (text/plain), 298 bytes, created by
Bram
on 2011-09-29 11:38:54 UTC
(
hide
)
Description:
test script
Filename:
MIME Type:
Creator:
Bram
Created:
2011-09-29 11:38:54 UTC
Size:
298 bytes
patch
obsolete
>#!/usr/bin/perl -l > >use strict; >use warnings; > >$|++; > >my $sleep = shift; >print STDERR "Sending data 'a'"; >print "a" x 2048000; >print STDERR "Sending data 'a' done"; >sleep $sleep; >print STDERR "Sleep done"; >print STDERR "Sending data 'b'"; >print "b" x 2048000; >print STDERR "Sending data 'b' done";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8498
: 6964 |
6965
|
6966