quote

指定した引数をリモートマシンに送信します。「literal」コマンドと同等です。


書式

quote 引数1 [引数2 ・・・]

▲PageTop

実行例

リモートマシンに引数「cwd /」を送信します。

  1. リモートマシンに引数「cwd /」を送信します。
  2. リモートマシン側で「cwd /」が実行されて、カレントディレクトリがルートディレクトリになっていることを確認します。

実行結果

ftp> quote cwd / [Enter]
250 CWD command successful
ftp> pwd [Enter]
257 "/" is current directory.
        

▲PageTop