ICE
Serial Products => ICE-TEN => Topic started by: jahuvi on August 18, 2005, 09:26:26 am
-
I need one it lines of command to transfer files from unix to windows xp, using ucopy ???
-
ucopy is called bytelnetpro which sends the command line. You don't need to do it manually.
-
I have ice ten for dos , and I need tranferir files from unix to windows or vice versa, my connection type is serial,
-
Sorry.
If you have the serial version in DOS it's REALLY old and has been unsupported for over a year now, see http://yabb.jriver.com/ice/index.php?board=7;action=display;threadid=46
The DOS version works by hotkeying out of the unix session to DOS and running ucopy from the DOS command line. The parameters are in your manual. Typing ucopy without any args will return a simple help message. Of course you cannot run ucopy unless it's on both the unix and dos machines.
-
bob my problem is that I have not been able to transfer files from unix to windows, but from windows to unix if I have been able to him to make.
-
Try using simpler parameters for the transfer, i.e. xmodem checksum 128 byte block size. Perhaps a lower transfer baud rate...
-
as I configure the remote drive letter, in unix I have not been able to configure it.
-
from the dos side try something like:
ucopy u:filename.ext -b=0 -p=x
or perhaps:
ucopy u:filename.ext -b=0 -p=p
See if either of these work.