- system overheating
- driver problems with your ethernet card
- hardware problems with your ethernet card
- drive fills up or your quota is reached
- configuration of firewalls on your network
- difficulties with your ISP's configuration
- reaching a transfer volume maximum with your ISP
- hardware or software problems with the network equipment at your ISP or further on the network (beyond your control)
- network congestion
- destination gets busy and drops the connection
Why does only my computer occur below error message? - Java exception occurred:
1 次查看(过去 30 天)
显示 更早的评论
Dear All
I have been getting the below error when I tried to connect ftp server and get data. and Only my computer occured below error message. Maybe It is my computer's option problem. but I can't find any solution.
If anyone can help me with this I woluld really appreciate it Thanks in advance.
" Java exception occurred: org.apache.commons.net.io.CopyStreamException: IOException caught while copying.
at org.apache.commons.net.io.Util.copyStream(Util.java:127)
at org.apache.commons.net.ftp.FTPClient.retrieveFile(FTPClient.java:1295) "
java:127 line is not available line. It's comment.
and java:1295 line is comment too.
Command of getting ftp data is below
mget(SSS,F_AAA(size(F_AAA,1)).name);
Please help me.
0 个评论
回答(2 个)
Walter Roberson
2011-5-25
Probably for some reason the connection dropped. There are a number of different reasons that can happen, including
There are other reasons that have slipped my mind at the moment.
By the way, the line
mget(SSS,F_AAA(size(F_AAA,1)).name);
would normally be written
mget(SSS,F_AAA(end).name);
That would, however, not have any effect on the connection; it is just a matter of style.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Install Products 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!