mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
46 lines
6.3 KiB
HTML
46 lines
6.3 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>remote_path</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L239'>remote_path</a> 239 src/vfs/ftpfs/ftpfs.c const char *remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L301'>remote_path</a> 301 src/vfs/ftpfs/ftpfs.c ftpfs_translate_path (struct vfs_class *me, struct vfs_s_super *super, const char *remote_path)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L306'>remote_path</a> 306 src/vfs/ftpfs/ftpfs.c return g_strdup (remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L310'>remote_path</a> 310 src/vfs/ftpfs/ftpfs.c fprintf (me->logfile, "MC -- ftpfs_translate_path: %s\n", remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L315'>remote_path</a> 315 src/vfs/ftpfs/ftpfs.c while (IS_PATH_SEP (*remote_path))</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L316'>remote_path</a> 316 src/vfs/ftpfs/ftpfs.c remote_path++;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L319'>remote_path</a> 319 src/vfs/ftpfs/ftpfs.c if (*remote_path == '\0')</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L322'>remote_path</a> 322 src/vfs/ftpfs/ftpfs.c ret = g_strdup (remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1477'>remote_path</a> 1477 src/vfs/ftpfs/ftpfs.c char *remote_path;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1479'>remote_path</a> 1479 src/vfs/ftpfs/ftpfs.c remote_path = ftpfs_translate_path (me, super, remote);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1482'>remote_path</a> 1482 src/vfs/ftpfs/ftpfs.c IS_PATH_SEP (*remote_path) ? remote_path + 1 : remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1483'>remote_path</a> 1483 src/vfs/ftpfs/ftpfs.c g_free (remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1608'>remote_path</a> 1608 src/vfs/ftpfs/ftpfs.c if ((strlen (dir->remote_path) + strlen (fel->linkname)) >= MC_MAXPATHLEN)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1610'>remote_path</a> 1610 src/vfs/ftpfs/ftpfs.c strcpy (tmp, dir->remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1677'>remote_path</a> 1677 src/vfs/ftpfs/ftpfs.c if (strchr (dir->remote_path, ' ') == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1678'>remote_path</a> 1678 src/vfs/ftpfs/ftpfs.c sock = ftpfs_open_data_connection (bucket, "LIST -lLa", dir->remote_path, TYPE_ASCII, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1681'>remote_path</a> 1681 src/vfs/ftpfs/ftpfs.c if (ftpfs_chdir_internal (bucket, dir->remote_path) != COMPLETE)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1786'>remote_path</a> 1786 src/vfs/ftpfs/ftpfs.c ftpfs_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1800'>remote_path</a> 1800 src/vfs/ftpfs/ftpfs.c || (strchr (remote_path, ' ') != NULL);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1803'>remote_path</a> 1803 src/vfs/ftpfs/ftpfs.c vfs_print_message (_ ("ftpfs: Reading FTP directory %s... %s%s"), remote_path,</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1807'>remote_path</a> 1807 src/vfs/ftpfs/ftpfs.c if (cd_first && ftpfs_chdir_internal (me, super, remote_path) != COMPLETE)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1827'>remote_path</a> 1827 src/vfs/ftpfs/ftpfs.c path = g_strconcat (remote_path, PATH_SEP_STR ".", (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2240'>remote_path</a> 2240 src/vfs/ftpfs/ftpfs.c ftpfs_chdir_internal (struct vfs_class *me, struct vfs_s_super *super, const char *remote_path)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2246'>remote_path</a> 2246 src/vfs/ftpfs/ftpfs.c if (!ftp_super->cwd_deferred && ftpfs_is_same_dir (me, super, remote_path))</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2249'>remote_path</a> 2249 src/vfs/ftpfs/ftpfs.c p = ftpfs_translate_path (me, super, remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2258'>remote_path</a> 2258 src/vfs/ftpfs/ftpfs.c ftp_super->current_dir = g_strdup (remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L796'>remote_path</a> 796 src/vfs/sftpfs/sftpfs.c sftpfs_cb_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L800'>remote_path</a> 800 src/vfs/sftpfs/sftpfs.c (void) remote_path;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L888'>remote_path</a> 888 src/vfs/shell/shell.c shell_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, const char *remote_path)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L904'>remote_path</a> 904 src/vfs/shell/shell.c vfs_print_message (_ ("shell: Reading directory %s..."), remote_path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L908'>remote_path</a> 908 src/vfs/shell/shell.c quoted_path = str_shell_escape (remote_path);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|