|
-
Jul 29th, 2011, 10:54 PM
#1
Thread Starter
Addicted Member
windows to unix
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
-
Jul 29th, 2011, 11:05 PM
#2
Re: windows to unix
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.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Jul 30th, 2011, 09:32 AM
#3
Thread Starter
Addicted Member
Re: windows to unix
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
-
Jul 30th, 2011, 02:36 PM
#4
Re: windows to unix
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.
-
Jul 30th, 2011, 05:57 PM
#5
Thread Starter
Addicted Member
Re: windows to unix
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|