scp to windows box

Does anyone know of a windows daemon program or something which will let me scp files from unix boxen to my windows box?</offtopic>
[151 byte] By [mkoryaka] at [2007-11-27 9:16:05]
# 1
http://www.google.com/search?hl=en&q=scp+to+windows&btnG=Search
jverda at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 2
You can also use samba or something to mount a Windows share drive as a network drive on your unix box.
jverda at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 3
google is great, but it gets hits on a ton of ****, and i am afraid that it is mostly ****, unless someone knows that some of it isnt ****.
mkoryaka at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 4
http://pigtail.net/LRP/printsrv/cygwin-sshd.html
pbulgarellia at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 5
> google is great, but it gets hits on a ton of ****,> and i am afraid that it is mostly ****, unless> someone knows that some of it isnt ****.But you know that what as posted i reply 4 is not krap, because somebody posted it here?
jverda at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 6

The protocol scp is officially called sftp, scp is just the linux client. So googling scp limits what it finds.

Wiki doesn't show much for sftp servers.

http://en.wikipedia.org/wiki/List_of_SFTP_servers

I know FileZilla client supports sftp, I wonder if their server does as well.

robtafta at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 7
Filezilla server has FTPS support, if you are just looking for security (FTP with SSL support, not the same as SFTP which is FTP over SSH). So that wont work over scp.
robtafta at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 8

> > google is great, but it gets hits on a ton of

> ****,

> > and i am afraid that it is mostly ****, unless

> > someone knows that some of it isnt ****.

>

>

> But you know that what as posted i reply 4 is not

> krap, because somebody posted it here?

what the dude posted after you wasnt ****, and has helped me, because i was googling for the wrong thing it turns out, which would have been harder to figure out just by googling - the wrong thing

mkoryaka at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 9

> > > google is great, but it gets hits on a ton of

> > ****,

> > > and i am afraid that it is mostly ****, unless

> > > someone knows that some of it isnt ****.

> >

> >

> > But you know that what as posted i reply 4 is not

> > krap, because somebody posted it here?

>

> what the dude posted after you wasnt ****,

I never said or even remotely implied that it was.

> and has

> helped me, because i was googling for the wrong

> thing it turns out,

Oh, so you did actually try google before posting here. Okay.

jverda at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...
# 10
As pbulgarelli mentioned, cygwin-sshd. That is probably your best bet.
robtafta at 2007-7-12 22:05:40 > top of Java-index,Java Essentials,Java Programming...