Writing command line outputs to local files
Posted: 01 Nov 2009 00:22
hello all,
I have asked this on a couple of forums, but I thought I would check here too. I can write the following to output the DOS list of files and folders of the current directory to a text file:this works beautifully when I'm in CMD.EXE mode, but not in FTP mode. Does anyone know if the same thing is possible in FTP mode? when I write this same thing in that mode, I get this message:can anyone help me out with this one. thanks!
I have asked this on a couple of forums, but I thought I would check here too. I can write the following to output the DOS list of files and folders of the current directory to a text file:
Code: Select all
dir /b > dirs.txt
Code: Select all
USAGE: remote directory local file.