VirtualBox

Changeset 82702 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 9, 2020 4:18:28 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135624
Message:

IPRT/FTP: Made authentication workflow more flexible. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ftp.h

    r82699 r82702  
    108108    /** Service ready for new user. */
    109109    RTFTPSERVER_REPLY_READY_FOR_NEW_USER             = 220,
     110    /** Service is closing control connection. */
     111    RTFTPSERVER_REPLY_CLOSING_CTRL_CONN              = 221,
    110112    /** Closing data connection. */
    111113    RTFTPSERVER_REPLY_CLOSING_DATA_CONN              = 226,
     
    137139typedef struct RTFTPSERVERCLIENTSTATE
    138140{
     141    /** User name. */
     142    char         *pszUser;
     143    /** Number of failed login attempts. */
     144    uint8_t       cFailedLoginAttempts;
    139145    /** Timestamp (in ms) of last command issued by the client. */
    140146    uint64_t      tsLastCmdMs;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette