Use of Quote or Literal with FTP from Command Prompt

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When using the quote or literal command with the FTP tool is it possible to
use an argument that includes the double quote (") character? It appears
that all quotes get stripped out. For example, literal site "hello" gets
passed to the FTP server as literal site hello.
 
I've tried this, I've tried double quotes (i.e. ""hello""), and I've tried
quotes around the whole thing with double quotes inside. In all cases,
anywhere there is a " character it gets removed. For example, with your
suggestion I get \hello\ at the server. I'm hoping that there is a magic
escape sequence that someone does know about, though.
 
Back
Top