通过FTP传输数据到文件夹名称包含空格 [英] Transfering data through FTP to a folder names contain spaces

查看:1104
本文介绍了通过FTP传输数据到文件夹名称包含空格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



当我尝试使用命令连接时,目录名是'TEST DIR'


  ftp> cd TEST DIR 
它没有发现这样的目录错误
试试看用引号()括起你的dir,就像这样:

lockquote
TEST DIR



How to upload into a remote directory through command prompt using FTP.

The directory name is 'TEST DIR' when i try to connect using command

ftp>cd TEST DIR
it is throwing no such directory found error

please suggest.

解决方案

Try to enclose your dir with quotes ("), like this:

cd "TEST DIR"

这篇关于通过FTP传输数据到文件夹名称包含空格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆