- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Newbie question
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
Forums
Discussions
Discussions
Discussions
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
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
11-30-2004 04:40 PM
11-30-2004 04:40 PM
Newbie question
I want to transfer files between a windows machine and a linux box. I know that you can use ftp. But using ftp, am not able to transfer directories between the two systems. Is there a workaround? Other options are to use apps like cuteftp, smartftp etc. But what about rcp? Can I use rcp to transfer files between a windows system and a linux system or is it strictly linux to linux only?
Please help.
.. Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 05:33 PM
11-30-2004 05:33 PM
Re: Newbie question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 05:47 PM
11-30-2004 05:47 PM
Re: Newbie question
--
Ragu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 08:00 PM
11-30-2004 08:00 PM
Re: Newbie question
As another alternative, you can enable samba and mount a filesystem of your Linux system on your windows system. This way you have a windows gui and all you do is copy and paste files and directories between the two just as you would were you doing it locally on your windows system.
There are a couple of steps to follow, but if you're interested, let me know and I'll post the step by step for you.
Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 09:53 PM
11-30-2004 09:53 PM
Re: Newbie question
Paul, could you please provide the steps?
Cheers,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 12:00 AM
12-01-2004 12:00 AM
Re: Newbie question
to be able to mount Linux dir you have to install samba server
than in /etc/samba/smb.conf you must do following:
[music] #use the name in windows like directory you want to connet e.g #\\10.10.10.10\music
comment = Home Directories
path = /home/music/ #the dir
read only = No
create mask = 0640
directory mask = 0750
browseable = Yes #visible on network
create the user you want to connect to dir like:
smbpasswd -a user1
passwd
and restart smb server:
/etc/init.d/smb restart
you can check setting by:
testparam
and see who is currently connected:
smbstatus
don't forget to set appropriate chmod or chown to shared dir , eg.
chown user1 /home/music
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 03:33 AM
12-01-2004 03:33 AM
Re: Newbie question
Or, tar the file, then ftp it. Or maybe wget might work providing the directory is under your doc root.
If you have your heart set on using rcp, consider scp, the secure version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 03:41 AM
12-01-2004 03:41 AM
Re: Newbie question
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 07:38 PM
12-01-2004 07:38 PM
Re: Newbie question
i would suggest using a tool like 'Winscp' on widows.
it has a exploer (norton commader)-like interface where you can drag and drop files or directories from/to windows/linux.
bye
Matthias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 11:03 PM
12-01-2004 11:03 PM
Re: Newbie question
Other wise, you could use wget with -r options to get files. There are ports for linux and windows.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)