|
Home > Archive > Unix questions > January 2006 > Copying files from UNIX to Windows
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Copying files from UNIX to Windows
|
|
| prabhu.pravin@gmail.com 2006-01-24, 7:51 am |
| Hi,
Does anyone know of any command which can be used to move files
across the network from UNIX to Windows?, except by way of mounting
windows drives in unix.
thanks,
pravin prabhu
| |
| Thobias Vakayil 2006-01-24, 7:51 am |
| prabhu.pravin@gmail.com wrote:
>Hi,
> Does anyone know of any command which can be used to move files
>across the network from UNIX to Windows?, except by way of mounting
>windows drives in unix.
>
>thanks,
>
>pravin prabhu
>
>
>
FTP
Regards,
Thobias Vakayil
| |
| Thobias Vakayil 2006-01-24, 7:51 am |
| prabhu.pravin@gmail.com wrote:
>Hi,
> Does anyone know of any command which can be used to move files
>across the network from UNIX to Windows?, except by way of mounting
>windows drives in unix.
>
>thanks,
>
>pravin prabhu
>
>
>
FTP
Regards,
Thobias Vakayil
| |
| prabhu.pravin@gmail.com 2006-01-24, 7:51 am |
| Actually i should have been more clear in asking the question.
I want to write a script (or program) to transfer files from unix to
windows, i dont think i can use FTP for that purpose.
Thanks,
Pravin prabhu
| |
| Chuck Dillon 2006-01-24, 6:23 pm |
| prabhu.pravin@gmail.com wrote:
> Actually i should have been more clear in asking the question.
> I want to write a script (or program) to transfer files from unix to
> windows, i dont think i can use FTP for that purpose.
>
> Thanks,
>
> Pravin prabhu
>
It depends on what's running on the Winders box. If its a server
providing standard TCP/IP support you should be able to use ftp or
possibly even RCP. If it supports ssh protocol you can use scp.
Just like in the UNIX world you need to talk to the admin for the
Winders box and find out what your options are. Follow-ups are likely
to be best directed to a Winders forum if they are in regards to what
is available on a Winders box/server.
-- ced
--
Chuck Dillon
Senior Software Engineer
NimbleGen Systems Inc.
| |
|
| prabhu.pravin@gmail.com wrote:
> Does anyone know of any command which can be used to move files
> across the network from UNIX to Windows?, except by way of mounting
> windows drives in unix.
wget/wput, there are versions for WinSlow.
--
Saludos,
Ángel
|
|
|
|
|