10.9.5 Quotation Marks in FTP or SFTP Commands

If a command takes only one argument, no quotation marks are required. For example:

CD Travel Agents

With commands that take more than one argument, any argument that contains spaces must be enclosed in double quotation marks. For example, to transfer the server file Account History to the PC and name it Accthist.txt, you would enter this command:

GET "Account History" TO Accthist.txt

If an argument begins with a double quotation mark, all double quotation marks in the argument must be doubled. For example, to transfer the server file "Remembering You",you would enter a command in this format:

GET ""Remembering You""