Categories

 

May 2009
M T W T F S S
« Jan   Nov »
 123
45678910
11121314151617
18192021222324
25262728293031

What I'm Doing...

PlaytimePriya and KunalIMG00015.jpgIMG00017.jpgFallColors.jpgSpring

FTP multiple files without prompt

I knew there was a way to ftp multiple files without being prompted.
It was just a matter of knowing the syntax.

It is possible to download several files at once, using the mget command. This command can take several filenames as arguments, and you can even use wildcards to download matching files. For example, the command

mget *.txt

would download all the files that end in .txt in the current directory on the remote host. When using mget , you will be prompted as to whether or not you wish to download each file. This feature can be toggled on and off by typing prompt at the ftp> prompt before beginning the file transfer.

Share

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

1 comment to FTP multiple files without prompt

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>