VirtualBox

Changeset 82813 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 21, 2020 5:48:19 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135782
Message:

IPRT/FTP: Remember the current working directory per client.

File:
1 edited

Legend:

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

    r82772 r82813  
    179179    /** Authenticated user (name). If NULL, no user has been logged in (yet). */
    180180    char                       *pszUser;
     181    /** Current working directory. If NULL, '/' must be assumed. */
     182    char                       *pszCWD;
    181183    /** Number of failed login attempts. */
    182184    uint8_t                     cFailedLoginAttempts;
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