[Bug 63248] [PATCH] FTP action "feat" support

2020-10-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 Eugène Adell changed: What|Removed |Added CC|eugene.ad...@gmail.com | -- You are receiving this mail

[Bug 63248] [PATCH] FTP action "feat" support

2019-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 --- Comment #7 from Eugène Adell --- Created attachment 36768 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36768=edit results when testing the patch 3 tests of the new FEAT command, with positive result -- You are receiving this

[Bug 63248] [PATCH] FTP action "feat" support

2019-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 Eugène Adell changed: What|Removed |Added Attachment #36479|0 |1 is obsolete|

[Bug 63248] [PATCH] FTP action "feat" support

2019-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 --- Comment #5 from Eugène Adell --- Created attachment 3 --> https://bz.apache.org/bugzilla/attachment.cgi?id=3=edit ftp.html Minimalist update of the documentation to mention this new command. There's no full description of all

[Bug 63248] [PATCH] FTP action "feat" support

2019-07-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 --- Comment #4 from J.M. (Martijn) Kruithof --- Could you please also update the manual on how to use this? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63248] [PATCH] FTP action "feat" support

2019-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 --- Comment #3 from Eugène Adell --- The 211 return code is for both cases no-features and feature-listing, which means that the command is supported and we are then receiving a list of 0 or more features. It is mentioned here : "

[Bug 63248] [PATCH] FTP action "feat" support

2019-05-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 --- Comment #2 from Jaikiran Pai --- I had a look at the patch and it looks mostly fine to me. Except this bit: > +if (ftp.sendCommand("FEAT") != 211) { > +log("Failed to issue Feat Command: ", Project.MSG_WARN); I read

[Bug 63248] [PATCH] FTP action "feat" support

2019-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 Eugène Adell changed: What|Removed |Added Keywords||PatchAvailable -- You are receiving

[Bug 63248] [PATCH] FTP action "feat" support

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 Eugène Adell changed: What|Removed |Added Severity|minor |enhancement -- You are receiving this

[Bug 63248] [PATCH] FTP action "feat" support

2019-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63248 Eugène Adell changed: What|Removed |Added Summary|FTP action "feat" support |[PATCH] FTP action "feat"