remote_path       239 src/vfs/ftpfs/ftpfs.c                                  const char *remote_path);
remote_path       301 src/vfs/ftpfs/ftpfs.c ftpfs_translate_path (struct vfs_class *me, struct vfs_s_super *super, const char *remote_path)
remote_path       306 src/vfs/ftpfs/ftpfs.c         return g_strdup (remote_path);
remote_path       310 src/vfs/ftpfs/ftpfs.c         fprintf (me->logfile, "MC -- ftpfs_translate_path: %s\n", remote_path);
remote_path       315 src/vfs/ftpfs/ftpfs.c     while (IS_PATH_SEP (*remote_path))
remote_path       316 src/vfs/ftpfs/ftpfs.c         remote_path++;
remote_path       319 src/vfs/ftpfs/ftpfs.c     if (*remote_path == '\0')
remote_path       322 src/vfs/ftpfs/ftpfs.c     ret = g_strdup (remote_path);
remote_path      1479 src/vfs/ftpfs/ftpfs.c         char *remote_path;
remote_path      1481 src/vfs/ftpfs/ftpfs.c         remote_path = ftpfs_translate_path (me, super, remote);
remote_path      1484 src/vfs/ftpfs/ftpfs.c                            IS_PATH_SEP (*remote_path) ? remote_path + 1 : remote_path);
remote_path      1485 src/vfs/ftpfs/ftpfs.c         g_free (remote_path);
remote_path      1610 src/vfs/ftpfs/ftpfs.c                 if ((strlen (dir->remote_path) + strlen (fel->linkname)) >= MC_MAXPATHLEN)
remote_path      1612 src/vfs/ftpfs/ftpfs.c                 strcpy (tmp, dir->remote_path);
remote_path      1678 src/vfs/ftpfs/ftpfs.c     if (strchr (dir->remote_path, ' ') == NULL)
remote_path      1679 src/vfs/ftpfs/ftpfs.c         sock = ftpfs_open_data_connection (bucket, "LIST -lLa", dir->remote_path, TYPE_ASCII, 0);
remote_path      1682 src/vfs/ftpfs/ftpfs.c         if (ftpfs_chdir_internal (bucket, dir->remote_path) != COMPLETE)
remote_path      1787 src/vfs/ftpfs/ftpfs.c ftpfs_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)
remote_path      1801 src/vfs/ftpfs/ftpfs.c         || (strchr (remote_path, ' ') != NULL);
remote_path      1805 src/vfs/ftpfs/ftpfs.c                        remote_path,
remote_path      1809 src/vfs/ftpfs/ftpfs.c     if (cd_first && ftpfs_chdir_internal (me, super, remote_path) != COMPLETE)
remote_path      1829 src/vfs/ftpfs/ftpfs.c         path = g_strconcat (remote_path, PATH_SEP_STR ".", (char *) NULL);
remote_path      2243 src/vfs/ftpfs/ftpfs.c ftpfs_chdir_internal (struct vfs_class *me, struct vfs_s_super *super, const char *remote_path)
remote_path      2249 src/vfs/ftpfs/ftpfs.c     if (!ftp_super->cwd_deferred && ftpfs_is_same_dir (me, super, remote_path))
remote_path      2252 src/vfs/ftpfs/ftpfs.c     p = ftpfs_translate_path (me, super, remote_path);
remote_path      2261 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = g_strdup (remote_path);
remote_path       802 src/vfs/sftpfs/sftpfs.c sftpfs_cb_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)
remote_path       806 src/vfs/sftpfs/sftpfs.c     (void) remote_path;
remote_path       910 src/vfs/shell/shell.c shell_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)
remote_path       926 src/vfs/shell/shell.c     vfs_print_message (_("shell: Reading directory %s..."), remote_path);
remote_path       930 src/vfs/shell/shell.c     quoted_path = strutils_shell_escape (remote_path);