Copy/move files between Windows and FreeBSD

2007-03-26 Thread Nagy László Zsolt
Hi, I need to copy,move and delete files across two machines. They are located far away from each other. I have other FreeBSD machines and we were using SSH2 for this kind of task. Under windows, I could not find the right software. This is an automated task, and it is not complicated:

Re: Copy/move files between Windows and FreeBSD

2007-03-26 Thread Ivan Voras
Nagy László Zsolt wrote: Hi, I need to copy,move and delete files across two machines. They are located far away from each other. I have other FreeBSD machines and we were using SSH2 for this kind of task. Under windows, I could not find the right software. This is an automated task, and

Re: Copy/move files between Windows and FreeBSD

2007-03-26 Thread Chris Slothouber
Hi Laszlo, I use Unison to run automated file copying (synchronization) from Windows servers to FreeBSD. This program might work for you. It is open source and cross-platform. It is also in the ports collection. Perhaps it will work for you. Here is the link:

Re: Copy/move files between Windows and FreeBSD

2007-03-26 Thread Gerard Seibert
On Mon, 26 Mar 2007 13:19:53 +0200 Nagy László Zsolt [EMAIL PROTECTED] wrote: I need to copy,move and delete files across two machines. They are located far away from each other. I have other FreeBSD machines and we were using SSH2 for this kind of task. Under windows, I could not find the

Re: Copy/move files between Windows and FreeBSD

2007-03-26 Thread Laszlo Nagy
Ivan Voras írta: Nagy László Zsolt wrote: Hi, I need to copy,move and delete files across two machines. They are located far away from each other. I have other FreeBSD machines and we were using SSH2 for this kind of task. Under windows, I could not find the right software. This is an

Re: Copy/move files between Windows and FreeBSD

2007-03-26 Thread Lowell Gilbert
Laszlo Nagy [EMAIL PROTECTED] writes: Ivan Voras írta: Nagy László Zsolt wrote: Hi, I need to copy,move and delete files across two machines. They are located far away from each other. I have other FreeBSD machines and we were using SSH2 for this kind of task. Under windows, I could not

Re: Copy/move files between Windows and FreeBSD

2007-03-26 Thread Kurt Buff
Nagy László Zsolt wrote: Hi, I need to copy,move and delete files across two machines. They are located far away from each other. I have other FreeBSD machines and we were using SSH2 for this kind of task. Under windows, I could not find the right software. This is an automated task, and

Re: Copy/move files between Windows and FreeBSD

2007-03-26 Thread Roger Olofsson
Hello Laszlo, Going off on a tangent here, may I suggest that you try rsync (FreeBSD) with cwRsync (Windows) for this? It can use ssh and be fully automated. You will need rsync as client on both machines and to create the appropriate keys on respective machines. Rsync is in ports and