susanma
29th November 2006, 07:36
now I want get the file form Baan server(UNIX SERVER) , now I have enter the server , need i use which command can down load the file to my own compute (WINDOWS)
george7a
29th November 2006, 08:54
Hi,
If you are writing a Baan tools script, you can use server2client() function (http://www.baanboard.com/programmers_manual_baanerp_help_functions_client_file_access_server2client).
I hope it helps,
- George
susanma
29th November 2006, 10:22
hi George:
thanks for your reply..@_@
Becuase I no need usually do this action so I only want get the file form Baan server to my local host.
the file was generated by Baan system and has been back up onto a determinate path , and now I want get the file from the remote baan server to my local host , so what unix conmmand should i use ?
george7a
29th November 2006, 10:48
Hi,
Open telnet & login then type "man ftp". Then you will get all the information you want.
You can also check the examples in this link (http://linux.about.com/od/commands/l/blcmdl1_ftp.htm)
I hope it helps,
- George
bdittmar
29th November 2006, 14:43
now I want get the file form Baan server(UNIX SERVER) , now I have enter the server , need i use which command can down load the file to my own compute (WINDOWS)
Hello,
define a "transfer" directory as samba share. You can use your windows explorer.
Regards
susanma
30th November 2006, 13:55
now I can get it ,thanks all advice