Search : in
By :

Dir output into an output file

Last answer on Oct 16, 2009 10:27:48 pm BST KAK, on Mar 30, 2009 10:09:52 am BST 
 Report this message to moderators

Hello,

could you please let me konw how to store the output of a DIR command into an output file through FTP.

Thanks,
KAK

Configuration: Windows XP
Internet Explorer 6.0

Best answers for « dir output into an output file » in :
MySQL console: output files rather than a list Show MySQL console: output files rather than a list MySQL console: output files rather than a list The MySQL client command line is really powerful ... You may have already been confronted with the difficulty of reading results that...
[MS-Dos]List the contents of a directory in a file Show [MS-Dos]List the contents of a directory in a file Intro Explanation Intro It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a...
[MySQL]Loading a text file into ue table Show[MySQL]Loading a text file into ue table To load a text file as follows: $ tail /home/user1/test.txt 'name1',1,9 'name2',2,3 'name3',3,54 'name4',4,2 'name5',5,9 In a table defined as follows: CREATE TABLE...
Writing in batch in text file ShowWriting in batch in text file To write in a file text, you just have to use a redirect: echo text > output_file.txt To write in an existing file: echo " Write at the end of the file ">> output_file.txt
Change the default installation folder C: \ Program Files ShowChange the default installation folder C: \ Program Files The installation of most software programs are set by default in the C: \ Program Files. Below is a means of how to change into another partition. Under Windows Vista, select...
Download DeepRipper ShowDeepRipper is an utility capable of converting the audio tracks of a CD into files MP3, OGG and WAV. He includes several accessible functionality for the users not tested with a complete textbook for the experts. DeepRipper notably allows to create...
Linux - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence the name "shell". The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...
MS DOS Files and directories ShowFiles in MS DOS In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have...

1

netty5, on Mar 30, 2009 10:27:52 am BST

Hye there.. you can check this link : http://www.ftp-commands.com/file-transfer-protocol/dir+[remo­te-directory]+[local-file]/?q=dir+[remote-directory]+[local-­file]

Reply to netty5

2

 patrick, on Oct 16, 2009 10:27:48 pm BST

Just put this line of code when you are in the directory you want to on your web host
dir *.* C:\listdirectory.txt
this will get a list of all the files in this directory into a file C:\listdirectory.txt on your computer
hope this helps -this does work

Reply to patrick