Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100031 Details for
Bug 151983
multiline issue with net-ftp/kftpgrabber 0.8.0_beta1 connecting to pure-ftpd servers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
multiline-data-command-fix.diff
multiline-data-command-fix.diff (text/plain), 561 bytes, created by
Kalidarn
on 2006-10-19 10:49:03 UTC
(
hide
)
Description:
multiline-data-command-fix.diff
Filename:
MIME Type:
Creator:
Kalidarn
Created:
2006-10-19 10:49:03 UTC
Size:
561 bytes
patch
obsolete
>--- kftpgrabber-0.8.0-beta1/kftpgrabber/src/engine/ftpsocket.cpp.orig 2006-10-17 17:50:56.000000000 +0200 >+++ kftpgrabber-0.8.0-beta1/kftpgrabber/src/engine/ftpsocket.cpp 2006-10-19 19:07:14.000000000 +0200 >@@ -651,8 +651,10 @@ > return; > } > >- socket()->checkTransferStart(); >- currentState = WaitTransfer; >+ if (!socket()->isMultiline()) { >+ socket()->checkTransferStart(); >+ currentState = WaitTransfer; >+ } > break; > } > case WaitTransfer: {
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 151983
: 100031