- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: CIFS or SFTP for data transfer between Windows...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 02:04 AM
тАО05-17-2007 02:04 AM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 02:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 03:09 AM
тАО05-17-2007 03:09 AM
Re: CIFS or SFTP for data transfer between Windows and Linux/UNIX?
SFTP is the best option.
Encrypted login and data stream.
If that data is not all that sensitive, CIFS might be a little faster because the data stream doesn't need to be encrypted.
CIFS/9000 is a good, solid system and it integrates will with Windows if that is a concern.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 03:20 AM
тАО05-17-2007 03:20 AM
Re: CIFS or SFTP for data transfer between Windows and Linux/UNIX?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 03:31 AM
тАО05-17-2007 03:31 AM
Re: CIFS or SFTP for data transfer between Windows and Linux/UNIX?
I think that there is not absolute best option without knowing all relevant details.
The best option can vary depending of what do you want at most, performance, speed, technology limitations, etc.
For example, CIFS/SMB could be apropiate for a local network exchange. If you use kerberos, no sensitive information goes trough the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 06:01 AM
тАО05-17-2007 06:01 AM
Re: CIFS or SFTP for data transfer between Windows and Linux/UNIX?
Its a LAN. I'd recommend against Samba/CIFS in an internet app environment. There are a lot of malicious samba scripts runing on the net.
In a LAN 100 BaseT or better bandwith on this stuff is not a problem, even if the total tranfer is several GB of data on a regular basis.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 06:06 AM
тАО05-17-2007 06:06 AM
Re: CIFS or SFTP for data transfer between Windows and Linux/UNIX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 06:16 AM
тАО05-17-2007 06:16 AM
Re: CIFS or SFTP for data transfer between Windows and Linux/UNIX?
Court, just to clarify, this is for batch processing. We do use samba for Windows users who prefer the "drag and drop" to move files across unix/linux/windows servers (no unix accounts necessary for the windows users, another plus). But in batch, the file movement is automated by some process using an application userid. I believe that all things considered, sftp is the way to go. Given that there is no compelling advantage to change to CIFS, then why change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 06:33 AM
тАО05-17-2007 06:33 AM
Re: CIFS or SFTP for data transfer between Windows and Linux/UNIX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2007 06:48 AM
тАО05-17-2007 06:48 AM
Re: CIFS or SFTP for data transfer between Windows and Linux/UNIX?
SFTP or even better scp is much better for patch.
Public key exchange can be used to avoid authentication problems.
Samba in Linux, well the client has problems. I had some setups that were using samba and regular users were unable to create files on the samba mountpoints because root did the mount. Permissions were root and users could not create files. RH insisted it was not a problem, but HP-UX's cifsclient or smbclient did not display this behavior
Then I was faced with having to have each user do his or her own mount.
Bottom line is you can run both at the same time and not worry at all. But plan your batch around an scp and public key exchange infrastructure and save yourself some headaches.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com