Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: copying a file from unix to windows

by vladdrak (Monk)
on Jun 16, 2004 at 06:14 UTC ( [id://367122]=note: print w/replies, xml ) Need Help??


in reply to copying a file from unix to windows

If you're going to be doing alot of transfers, you can mount a Windows share like so:
mount -t smbfs -o username=administrator,password=secret //windowsbox/ +c\$ /windowsbox/c
Also, you can use smbclient from samba, which acts much like an ftp client.

http://www.samba.org/samba/docs/man/smbclient.1.html

You could also ftp them over if you had a FTP server on the Windows box. but that's so 1995.

The most secure, bestest way would be to download the OpenSSH port for Windows and scp it over:

http://sshwindows.sourceforge.net/ -Vlad

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://367122]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-25 01:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found