When you are transferring multiple files to your destination, 'mput' or 'mget' will be the one command used. Well, if we don't have ftp application at that time. Especially, more than 50 files need to be transferred ? confirmation would be hassle.

The prompt feature of the mput command can be disabled by invoking ftp with the -i option. In this instance, all file names that match the pattern in your mput command will be transferred
without confirmation.

Here is the way to avoid the hassle.

when you login, use '-i' option

ex) ftp -i ftp.test.com
ftp>cd [taget directory]
ftp>mput *

and try 'mput' or 'mget'

Now, ftpd won't ask a confirmation.

Another way:

    ftp> prompt
    Interactive mode off.
    ftp> prompt
    Interactive mode on.
    ftp>

最新文章

  1. fine-grained
  2. listview的用法
  3. cat命令在文件中插入内容
  4. Linux 的shell 字符串截取很有用。有八种方法。
  5. #在FLAT模式下,需要设置flat子网,VM的IP从这个设置的子网中抓取,这时flat_injected需要设置为True,系统才能自动获得IP,如果flat
  6. Mysql 注意细节
  7. ADB工具 获取ROOT权限及复制文件方法
  8. C++ 类的动态组件化技术
  9. Win7下通过easyBCD引导安装Ubuntu14.04
  10. @JoinTable和@JoinColumn
  11. PHP页面中文乱码问题
  12. java int and string convert
  13. Redis 突然报错 NOAUTH Authentication required
  14. 201521123065《java程序设计》第10周学习总结
  15. linux安装ftp
  16. sharding sphere 分表分库 读写分离
  17. web层直接调用 dubbo的服务,合适吗?
  18. 删除.svn 脱离svn版本控制器
  19. [转]Git & Gitlab 使用指南
  20. Failed to execute goal org.springframework.boot

热门文章

  1. 关闭显示器API及命令
  2. Java中如何克隆集合——ArrayList和HashSet深拷贝
  3. kettle 使用JAVA代码进行执行
  4. java 调用 scala
  5. QT 做软件盘
  6. spark 1.5.2配置记录
  7. UIScrollView无法滚动的解决办法及UIScrollView的代理(delegate)
  8. STEP模块——电子钟
  9. android两种基本联网方式与一种第三方开源项目的使用
  10. 移动端flex布局 微信和UC的兼容性