ftp 传输的文件大小受2G限制吗?

发布于 2022-10-02 15:36:53 字数 189 浏览 30 评论 0

偶在windows 2003向server进行ftp文件传输时,
ftp>; put filename
>;filename :Inode  是远程的

和以前成功的传输比较,只是文件字节数大于2G。

问:ftp不能传输2G以上的文件吗?
如果是,该如何解决?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

好菇凉咱不稀罕他 2022-10-09 15:36:53

用tar打包,如果文件过大,再用split分割后逐一上传

忘羡 2022-10-09 15:36:53

samba ftp 传都会遇到此情况不能大于两G

我们只是彼此的过ke 2022-10-09 15:36:53

32位机器上的FTP客户端如果没有用特殊参数编译的一般都有这个问题

葮薆情 2022-10-09 15:36:53

SYMPTOMS
When you try to upload a file that is 2 gigabytes or larger to a File Transfer Protocol (FTP) server, you experience one or both the following symptoms:• If you try to upload the file by using the binary put FTP command, the transfer is unsuccessful.
• If you turn on hash marks by using the hash FTP command, and then upload the file by using a binary put FTP command, the file uploads successfully, but an incorrect file size is reported by the FTP client program.
You expect the FTP client program to upload the file and to correctly report the final size of the job.
RESOLUTION
Hotfix information
A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Windows Server 2003 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix.

想念有你 2022-10-09 15:36:53

传输容量没有2G限制,2G限制是FS的问题
你一次性传10个1G文件没事,但传1个超过2G的就不行了,关键问题是FS的问题

只是在用心讲痛 2022-10-09 15:36:53

samba 传文件,没有

晨与橙与城 2022-10-09 15:36:53

原帖由 "platinum" 发表:
传输容量没有2G限制,2G限制是FS的问题
你一次性传10个1G文件没事,但传1个超过2G的就不行了,关键问题是FS的问题

绝不是fs的问题,不信你自己去试试

迷迭香的记忆 2022-10-09 15:36:53

你让我怎么试?
你向一个LINUX系统上传一个5G大小的文件,能行吗?
你从一个WIN向LINUX里下载一个5G的文件,能行吗?

你用FTP传输N个1G的文件,只要总传输量超过2G,你试试,难道不行吗?
楼主问的是FTP传输文件有没有2G限制,肯定没有,FS倒是有,如果不行,可能是FS造成的,我是这个意思

棒棒糖 2022-10-09 15:36:53

原帖由 "platinum" 发表:
传输容量没有2G限制,2G限制是FS的问题
你一次性传10个1G文件没事,但传1个超过2G的就不行了,关键问题是FS的问题

不巧,偶昨天刚好做过试验,bt了一个4.16g的dvd镜像文件,在ntfs分区,后来需要腾出空间,想把它移走(目标分区是fat32的),可无论用什末方法,都不行,考到4g左右报错,说空间已满~~

后来实在是没办法啦~~~~~
又在目标机器上重新bt一遍 ,联上种子后提示

如图……

所以,确实是fs的原因(linux下应该也一样)~~~

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文