ftp_super 444 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 450 src/vfs/ftpfs/ftpfs.c char *cwdir = ftp_super->current_dir; ftp_super 452 src/vfs/ftpfs/ftpfs.c close (ftp_super->sock); ftp_super 453 src/vfs/ftpfs/ftpfs.c ftp_super->sock = sock; ftp_super 454 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = NULL; ftp_super 466 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = cwdir; ftp_super 479 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 509 src/vfs/ftpfs/ftpfs.c status = write (ftp_super->sock, cmdstr->str, cmdstr->len); ftp_super 522 src/vfs/ftpfs/ftpfs.c if (status != 0 && (write (ftp_super->sock, cmdstr->str, cmdstr->len) > 0)) ftp_super 540 src/vfs/ftpfs/ftpfs.c status = ftpfs_get_reply (me, ftp_super->sock, ftp_super 549 src/vfs/ftpfs/ftpfs.c if (status != 0 && (write (ftp_super->sock, cmdstr->str, cmdstr->len) > 0)) ftp_super 584 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 586 src/vfs/ftpfs/ftpfs.c if (ftp_super->sock != -1) ftp_super 590 src/vfs/ftpfs/ftpfs.c close (ftp_super->sock); ftp_super 592 src/vfs/ftpfs/ftpfs.c g_free (ftp_super->current_dir); ftp_super 615 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 622 src/vfs/ftpfs/ftpfs.c ftp_super->isbinary = TYPE_UNKNOWN; ftp_super 657 src/vfs/ftpfs/ftpfs.c if (ftp_super->proxy != NULL) ftp_super 666 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, reply_string, sizeof (reply_string) - 1) == COMPLETE) ftp_super 671 src/vfs/ftpfs/ftpfs.c ftp_super->remote_is_amiga = strstr (reply_up, "AMIGA") != NULL; ftp_super 673 src/vfs/ftpfs/ftpfs.c ftp_super->strict = RFC_STRICT; ftp_super 679 src/vfs/ftpfs/ftpfs.c ftp_super->remote_is_amiga ? "yes" : "no"); ftp_super 717 src/vfs/ftpfs/ftpfs.c ftp_super->failed_on_login = TRUE; ftp_super 961 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 965 src/vfs/ftpfs/ftpfs.c if (ftp_super->proxy != NULL) ftp_super 966 src/vfs/ftpfs/ftpfs.c ftp_super->use_passive_connection = ftpfs_use_passive_connections_over_proxy; ftp_super 970 src/vfs/ftpfs/ftpfs.c ftp_super->failed_on_login = FALSE; ftp_super 972 src/vfs/ftpfs/ftpfs.c ftp_super->sock = ftpfs_open_socket (me, super); ftp_super 973 src/vfs/ftpfs/ftpfs.c if (ftp_super->sock == -1) ftp_super 982 src/vfs/ftpfs/ftpfs.c if (!ftp_super->failed_on_login) ftp_super 986 src/vfs/ftpfs/ftpfs.c close (ftp_super->sock); ftp_super 1010 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = ftpfs_get_current_directory (me, super); ftp_super 1011 src/vfs/ftpfs/ftpfs.c if (ftp_super->current_dir == NULL) ftp_super 1012 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = g_strdup (PATH_SEP_STR); ftp_super 1301 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 1309 src/vfs/ftpfs/ftpfs.c if (ftp_super->use_passive_connection) ftp_super 1311 src/vfs/ftpfs/ftpfs.c result = getpeername (ftp_super->sock, (struct sockaddr *) data_addr, data_addrlen); ftp_super 1332 src/vfs/ftpfs/ftpfs.c result = getsockname (ftp_super->sock, (struct sockaddr *) data_addr, data_addrlen); ftp_super 1382 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 1393 src/vfs/ftpfs/ftpfs.c if (ftp_super->use_passive_connection) ftp_super 1405 src/vfs/ftpfs/ftpfs.c ftp_super->use_passive_connection = FALSE; ftp_super 1411 src/vfs/ftpfs/ftpfs.c if (!ftp_super->use_passive_connection) ftp_super 1434 src/vfs/ftpfs/ftpfs.c ftp_super->use_passive_connection = ftp_super 1435 src/vfs/ftpfs/ftpfs.c ftp_super->proxy != ftp_super 1448 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 1452 src/vfs/ftpfs/ftpfs.c if (ftp_super->ctl_connection_busy) ftp_super 1494 src/vfs/ftpfs/ftpfs.c if (ftp_super->use_passive_connection) ftp_super 1511 src/vfs/ftpfs/ftpfs.c ftp_super->ctl_connection_busy = TRUE; ftp_super 1521 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 1527 src/vfs/ftpfs/ftpfs.c ftp_super->ctl_connection_busy = FALSE; ftp_super 1531 src/vfs/ftpfs/ftpfs.c if (send (ftp_super->sock, ipbuf, sizeof (ipbuf), MSG_OOB) != sizeof (ipbuf)) ftp_super 1578 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) == TRANSIENT) && (code == 426)) ftp_super 1579 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (me, ftp_super->sock, NULL, 0); ftp_super 1790 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 1800 src/vfs/ftpfs/ftpfs.c cd_first = ftpfs_first_cd_then_ls || (ftp_super->strict == RFC_STRICT) ftp_super 1806 src/vfs/ftpfs/ftpfs.c ftp_super->strict == ftp_super 1818 src/vfs/ftpfs/ftpfs.c if (ftp_super->strict == RFC_STRICT) ftp_super 1837 src/vfs/ftpfs/ftpfs.c if (ftp_super->strict == RFC_AUTODETECT) ftp_super 1841 src/vfs/ftpfs/ftpfs.c ftp_super->strict = RFC_STRICT; ftp_super 1859 src/vfs/ftpfs/ftpfs.c ftp_super->ctl_connection_busy = FALSE; ftp_super 1860 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (me, ftp_super->sock, NULL, 0); ftp_super 1877 src/vfs/ftpfs/ftpfs.c ftp_super->ctl_connection_busy = FALSE; ftp_super 1879 src/vfs/ftpfs/ftpfs.c if ((ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE)) ftp_super 1911 src/vfs/ftpfs/ftpfs.c if (ftp_super->strict == RFC_AUTODETECT) ftp_super 1912 src/vfs/ftpfs/ftpfs.c ftp_super->strict = RFC_DARING; ftp_super 1924 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 2009 src/vfs/ftpfs/ftpfs.c ftp_super->ctl_connection_busy = FALSE; ftp_super 2012 src/vfs/ftpfs/ftpfs.c if (ftpfs_get_reply (me, ftp_super->sock, NULL, 0) != COMPLETE) ftp_super 2019 src/vfs/ftpfs/ftpfs.c ftp_super->ctl_connection_busy = FALSE; ftp_super 2022 src/vfs/ftpfs/ftpfs.c ftpfs_get_reply (me, ftp_super->sock, NULL, 0); ftp_super 2245 src/vfs/ftpfs/ftpfs.c ftp_super_t *ftp_super = FTP_SUPER (super); ftp_super 2249 src/vfs/ftpfs/ftpfs.c if (!ftp_super->cwd_deferred && ftpfs_is_same_dir (me, super, remote_path)) ftp_super 2260 src/vfs/ftpfs/ftpfs.c g_free (ftp_super->current_dir); ftp_super 2261 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = g_strdup (remote_path); ftp_super 2262 src/vfs/ftpfs/ftpfs.c ftp_super->cwd_deferred = FALSE;