Discussion:
ftp whole directories..windows solaris file transfer
(too old to reply)
happytoday
2010-06-21 22:17:57 UTC
Permalink
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp. Something like rcp but between windows and Solaris .
Ian Collins
2010-06-21 22:30:21 UTC
Permalink
Post by happytoday
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp. Something like rcp but between windows and Solaris .
There are several SCP clients for windows.
--
Ian Collins
Barry OGrady
2010-06-22 02:17:09 UTC
Permalink
On Mon, 21 Jun 2010 15:17:57 -0700 (PDT), happytoday
Post by happytoday
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp. Something like rcp but between windows and Solaris .
What's wrong with FTP?
Robert Gruener
2010-06-22 11:32:54 UTC
Permalink
Post by Barry OGrady
On Mon, 21 Jun 2010 15:17:57 -0700 (PDT), happytoday
Post by happytoday
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp. Something like rcp but between windows and Solaris .
What's wrong with FTP?
Maybe security? And the standard ftp client does not work with directories.
--
Cheers / Gruesse

Robert
Barry OGrady
2010-06-22 12:57:55 UTC
Permalink
Post by Robert Gruener
Post by Barry OGrady
On Mon, 21 Jun 2010 15:17:57 -0700 (PDT), happytoday
Post by happytoday
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp. Something like rcp but between windows and Solaris .
What's wrong with FTP?
Maybe security? And the standard ftp client does not work with directories.
Wsftp on the Windows end and the standard inbuilt FTP server on the
Solaris end work with whole directories.
Post by Robert Gruener
--
Cheers / Gruesse
Robert
h***@bofh.ca
2010-06-22 13:46:30 UTC
Permalink
Post by Barry OGrady
Wsftp on the Windows end and the standard inbuilt FTP server on the
Solaris end work with whole directories.
Putty on the Windows end and the standard inbuilt SSH server on the Solaris
end are probably a whole lot easier (and more secure, but mostly easier).

It saves tripping over passive/active mode, filtering in one or both
directions, NAT, etc etc. And it does directories.
--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
Canuck57
2010-06-26 00:18:17 UTC
Permalink
Post by Barry OGrady
On Mon, 21 Jun 2010 15:17:57 -0700 (PDT), happytoday
Post by happytoday
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp. Something like rcp but between windows and Solaris .
What's wrong with FTP?
The following:

- insecure, plain text passwords for starters.
- does not traverve many "cheap" firewalls
- Microsoft's version is brain dead, see passive versiuse active.
- Many Microsoft sites don't configure their firewalls property to the
brain dead MS FTP server.

Download putty, place the pscp.exe in the \Windows directory, then copy
away.

IF you are on a home network and it is not wide open on the internet,
use Samaba. Maps a drive fast, in fact faster than Microsoft servers on
the same hardware.
--
The bigger government gets, the more it tends to rule out common sense.
Robert Gruener
2010-06-22 11:32:02 UTC
Permalink
Post by happytoday
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp. Something like rcp but between windows and Solaris .
WinSCP might be useful and rsync works between Solaris and Windows as well.
Also you can use Cygwin or parts of it. There is a ssh port for windows,
which includes bash and ssh, so scp is available.
Have a look at www.itefix.no
--
Cheers / Gruesse

Robert
Scott
2010-06-25 01:40:44 UTC
Permalink
Post by happytoday
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp.  Something like rcp but between windows and Solaris .
In these types of situations I prefer to set up Samba for Windows to
pull from. With multiple machines you can set one Linux/Unix Samba
server to act as a transfer server.
solx
2010-06-26 07:13:22 UTC
Permalink
Post by happytoday
How can I transfer whole directory with its subdirectories ?
Still I need to a file transfer protocol between windows and Solaris
other than ftp. Something like rcp but between windows and Solaris .
I use FileZilla client to copy hundreds of files and directories from
the wife's windows pc to my solaris workstation as a backup using port
22, this allows up to 10 simultaneous transfers to take place while ftp
is limited to sequential only.

Get FileZilla Windows client here

http://filezilla-project.org/download.php

Continue reading on narkive:
Loading...