Files
source/R/ftpfs_send_command.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

21 lines
1.6 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>ftpfs_send_command</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#L2191'>ftpfs_send_command</a> 2191 src/vfs/ftpfs/ftpfs.c ret = ftpfs_send_command (vpath, buf, OPT_FLUSH);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2222'>ftpfs_send_command</a> 2222 src/vfs/ftpfs/ftpfs.c return ftpfs_send_command (vpath, "DELE /%s", OPT_FLUSH);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2269'>ftpfs_send_command</a> 2269 src/vfs/ftpfs/ftpfs.c ftpfs_send_command (vpath1, "RNFR /%s", OPT_FLUSH);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2270'>ftpfs_send_command</a> 2270 src/vfs/ftpfs/ftpfs.c return ftpfs_send_command (vpath2, "RNTO /%s", OPT_FLUSH);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2280'>ftpfs_send_command</a> 2280 src/vfs/ftpfs/ftpfs.c return ftpfs_send_command (vpath, "MKD /%s", OPT_FLUSH);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2288'>ftpfs_send_command</a> 2288 src/vfs/ftpfs/ftpfs.c return ftpfs_send_command (vpath, "RMD /%s", OPT_FLUSH);</span>
</pre>
</body>
</html>