- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- move files
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
08-10-2005 10:41 PM
08-10-2005 10:41 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 11:00 PM
08-10-2005 11:00 PM
SolutionThe windows sharing filesystem is based on CIFS, which is what Samba is based on.
Samba is build into the Linux operating system.
You set up shares in the smb.conf file, then:
service smb start or restart
and you have shares that linx can mount.
cifsclient or smbclient that is build into to linux can connect to windows shares.
You don't actually need to install anything since Samba is default on most Linux distribution install programs.
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
08-10-2005 11:46 PM
08-10-2005 11:46 PM
Re: move files
I suggest you to upgrade to current RHEL3 upd 5
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 12:56 AM
08-11-2005 12:56 AM
Re: move files
Samba server on Linux helps you to share the file system to Windows. So, on windows you can map and get the files to be moved.
OR.
You can mount the Windows Share on to the Linux and keep coping the files to the mounted directory.
Here is the syntax for mounting the windows share on the linux:
# mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test
OR
If you go for RFTP helps to GUI Based drag and drop feature using ftp service.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 01:09 AM
08-11-2005 01:09 AM
Re: move files
I don't the kernel version (if any) that supports more than 2GB file sizes for smbfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 03:33 PM
08-11-2005 03:33 PM
Re: move files
But except samba , is there any other tools can do it ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 05:48 PM
08-11-2005 05:48 PM
Re: move files
ftp -n -i
user
cd
lcd
bin
mput *
bye
EOF
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 06:19 PM
08-11-2005 06:19 PM
Re: move files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 06:42 PM
08-11-2005 06:42 PM
Re: move files
There are several ftp utilities available. Whcih are free on net. Some utilities allows you to schedule the file transfer...
Try cuteftp or bulletftp etc...
Cheers!!!
eknath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 09:29 PM
08-16-2005 09:29 PM
Re: move files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 09:48 PM
08-16-2005 09:48 PM
Re: move files
BTW, MS Services for UNIX provides such utils too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 12:05 AM
08-17-2005 12:05 AM
Re: move files
As you're moving from Linux to Windows, you'd need some kind of service listening on the windows box, for all apart from 'smbclient' (and associated 'smbfs' tools) from the samba package set.
If you've got IIS on your windows box, then you've got 'ftp' available, or HTTP with the appropraite backend script.
Take your pick, and try one. There are plenty of NFS servers and clients about. If you're willing to put 'cygwin' on your windows machine, SSH isn't out of the equasion either (or one of the dedicated services like http://sshwindows.sourceforge.net/ ).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 08:30 PM
08-18-2005 08:30 PM
Re: move files
configure samba, make the windows and linux system in a same workgroup
from windows map linux system partion .
and then you can move th files or if you want to scheduled this you can use windows schedulder services