This is a discussion on change FTP Goodbye messsage within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> Hi, we have installed solaris 10 and I wonder if it is possible to modify the goodbye message. Actual ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, we have installed solaris 10 and I wonder if it is possible to modify the goodbye message. Actual I get 221-You have transferred 0 bytes in 0 files. 221-Total traffic for this session was 166 bytes in 0 transfers. 221-Thank you for using the FTP service on soladm. 221 Goodbye. but I want to have 221 Goodbye only. Is this possible Thank you Reinhard |
| |||
| "Reinhard" <rhille69@yahoo.de> writes: > we have installed solaris 10 and I wonder if it is possible to modify > the goodbye message. > Actual I get > > 221-You have transferred 0 bytes in 0 files. > 221-Total traffic for this session was 166 bytes in 0 transfers. > 221-Thank you for using the FTP service on soladm. > 221 Goodbye. > > but I want to have > > 221 Goodbye This is hard-coded in the daemon. File an RFE. (Currently, the code uses an ugly #define TRANSFER_COUNT to control this behavior, rather than having a run-time flag. It seems fairly reasonable to me to ask to have this converted to a configuration option.) -- James Carlson, KISS Network <james.d.carlson@sun.com> Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 |
| |||
| On 2006-11-15, James Carlson <james.d.carlson@sun.com> wrote: > "Reinhard" <rhille69@yahoo.de> writes: >> we have installed solaris 10 and I wonder if it is possible to modify >> the goodbye message. >> Actual I get >> >> 221-You have transferred 0 bytes in 0 files. >> 221-Total traffic for this session was 166 bytes in 0 transfers. >> 221-Thank you for using the FTP service on soladm. >> 221 Goodbye. >> >> but I want to have >> >> 221 Goodbye > > This is hard-coded in the daemon. File an RFE. > Use a binary editor to patch the daemon. And file an RFE. -- "Other people are not your property." [email me at huge [at] huge [dot] org [dot] uk] |
| ||||
| Huge wrote: > On 2006-11-15, James Carlson <james.d.carlson@sun.com> wrote: > > "Reinhard" <rhille69@yahoo.de> writes: > >> we have installed solaris 10 and I wonder if it is possible to modify > >> the goodbye message. > >> Actual I get > >> > >> 221-You have transferred 0 bytes in 0 files. > >> 221-Total traffic for this session was 166 bytes in 0 transfers. > >> 221-Thank you for using the FTP service on soladm. > >> 221 Goodbye. > >> > >> but I want to have > >> > >> 221 Goodbye > > > > This is hard-coded in the daemon. File an RFE. > > > > Use a binary editor to patch the daemon. And file an RFE. What kind of binary editor do you generally use for patching daemons? What if recompiling the original wu-ftpd from the source, after editing the required file? I know, that might be little troublesome. -- Raqueeb Hassan Bangladesh |