FreeBSD Bugzilla – Attachment 9034 Details for
Bug 18688
libfetch: Restart does not work in active FTP mode (r.: des)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 368 bytes, created by
cejkar
on 2000-05-20 08:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
cejkar
Created:
2000-05-20 08:20:01 UTC
Size:
368 bytes
patch
obsolete
>--- ftp.c.orig Fri May 19 22:00:43 2000 >+++ ftp.c Fri May 19 22:10:01 2000 >@@ -303,6 +303,11 @@ > if (e != FTP_OK) > goto ouch; > >+ /* seek to required offset */ >+ if (offset) >+ if (_ftp_cmd(cd, "REST %lu", (u_long)offset) != FTP_FILE_OK) >+ goto sysouch; >+ > /* make the server initiate the transfer */ > if (verbose) > _fetch_info("initiating transfer");
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18688
: 9034