Using the Command LineWS_FTP Profiles as well as three subfolders named News, Stats, and History.Once you have created the Sports folder and its subfolders in the destination location, create the following text file:The command you enter (at the MS-DOS prompt or in a batch file) is:ftp95pro -m -DirStruct.txtConverting File Names to Lower CaseWhen uploading files, you can have WS_FTP Pro convert file names to lower case by adding the -lower argument at the end of the command line. For example, if the file you want to transfer is named Tag.doc, WS_FTP Pro can upload it as tag.doc. To do this (as described in the first example in this chapter), enter (at the MS-DOS prompt or in a batch file):ftp95pro -i Games.ini -p Damion -s local:c:\Sports\Tag.doc-d Damion:/pub/Drop/ -lower Note When you use the -lower argument, the argument must be at the very end of the command line.Transferring Files with Spaces in the File NamesIf you are transferring a file whose name has spaces in it, you have three options. You can enclose the entire command line in quotes, use the MS- DOS name of the file (as shown in the Dir listing you get from the MS- DOS prompt), or you can do a wildcard transfer using asterisks.