cwdir             450 src/vfs/ftpfs/ftpfs.c         char *cwdir = ftp_super->current_dir;
cwdir             458 src/vfs/ftpfs/ftpfs.c             if (cwdir == NULL)
cwdir             461 src/vfs/ftpfs/ftpfs.c             sock = ftpfs_chdir_internal (me, super, cwdir);
cwdir             462 src/vfs/ftpfs/ftpfs.c             g_free (cwdir);
cwdir             466 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = cwdir;