dotws86260 2018-06-06 11:50
浏览 145
已采纳

xcopy通过映射的网络驱动器utf-8文件名。 RET = 4

I'm trying to use xcopy command to copy a file with utf-8 file name from windows server(2008 R2 Standard) machine to another remote server(Windows 10), and I use MapNetworkDrive command to map the network drive.

try{
$WshNetwork = new COM("WScript.Network"); 
$WshNetwork->MapNetworkDrive("k:", SERVER_FOLDER, FALSE, SERVER_USER, SERVER_PASSWORD);
}catch(Exception $ex){}


echo f | xcopy "myFolder\тест.fbx" "k:\myFolder\тест.fbx"   (1)

As an output I get out=0 File(s) copied ret=4.

There are 3 important things I want to mention

  1. When I use the above command with a file named with latin letters it works. For example echo f | xcopy "myFolder\test.fbx" "k:\myFolder\test.fbx" works fine.

  2. When I try to use (1) command to copy the file(with non-latin letters) to another folder located on the same machine, everything successes. For example echo f | xcopy "C:\\myFolder\тест.fbx" "C:\\myFolder\subFolder\тест.fbx" this command also works fine.

  3. When I try to copy via (1) the file from my local machine(windows 10) to the remote server(windows 10), it also works fine.

Why (1) command doesn't do the copy operation?

  • 写回答

1条回答 默认 最新

  • duanliu6083 2018-07-04 15:56
    关注

    The problem in my case was php version, I was using php 7.0, which doesn't work with unicode charactes. I don't know are there any other solutions, for earlier versions, but I've upgraded my php to 7.2 and problem was solved. Also I've found in other questions, that the problem disappears with php 7.1 and upper versions.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)