:orphan: .. index:: pair: struct; tarpc_ftp_open_in .. _doxid-structtarpc__ftp__open__in: struct tarpc_ftp_open_in ======================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_ftp_open_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; char :ref:`uri`; tarpc_bool :ref:`rdonly`; tarpc_bool :ref:`passive`; int32_t :ref:`offset`; tarpc_int :ref:`sock`; }; .. _details-structtarpc__ftp__open__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; uri .. _doxid-structtarpc__ftp__open__in_1af55f2cdf620480b519b63014da374437: .. ref-code-block:: cpp :class: doxyrest-title-code-block char uri URI to open .. index:: pair: variable; rdonly .. _doxid-structtarpc__ftp__open__in_1ae63ec227d7c2a077e9340ece924d0054: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_bool rdonly If 1, open to get file .. index:: pair: variable; passive .. _doxid-structtarpc__ftp__open__in_1a9392049c3e0d815569296a5a5cf2a9b9: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_bool passive If 1, use passive mode .. index:: pair: variable; offset .. _doxid-structtarpc__ftp__open__in_1a2e48685230f84136c8ead432a1a43e38: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t offset File offset .. index:: pair: variable; sock .. _doxid-structtarpc__ftp__open__in_1ae39ee2f301b52a7ca4363b9892c45db8: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int sock Pointer on a socket