Using FTP's mget without prompts

后端 未结 1 742
礼貌的吻别
礼貌的吻别 2021-01-14 23:55

I am trying to pulls some files down from a server using the FTP protocol. I have not problems accessing the files and downloading them. The issues is there are a number of

1条回答
  •  [愿得一人]
    2021-01-15 00:20

    OK per a comment

    A quick way to silence the dialog is to type the command

    prompt noprompt 
    

    This will silence everything so you can glob to your hearts content.

    Thanks Marichyasana!

    0 讨论(0)
提交回复
热议问题