Hi
I would like to accomplish the following
I have a windows server,from here I would like to transfer a zipped file to a unix server folder, is this possible and if yes ,how can I do this.
Thanks
Printable View
Hi
I would like to accomplish the following
I have a windows server,from here I would like to transfer a zipped file to a unix server folder, is this possible and if yes ,how can I do this.
Thanks
Unless I'm missing something, you should just be able to use the Copy method of the File class, to copy the file from the Windows server to the Unix server path.
so you think I can do the following
\\server\folder\file ( windows server) to \\server\folder\file (in the unix server)?
I dont think they have the same partition type and structure.
Thanks for looking into it
Thanks a bunch
You can just copy, but you need a fileshare setup on the unix box, something like Samba.
The easier method is just ftp, most unix flavours have an ftp server, and if not its easy to get hold of one.
G.
Thanks a bunch for jumping in, so FTP is the way of doing if the unix server is simple setup, is ftp feature a unix box standar, do al of them come with the feature, I just dont know much about Unix box.
Thanks again