LinuxQuestions.org
Register a domain and help support LQ
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 09-10-2005, 10:09 PM   #1
tuzhiyong
LQ Newbie
 
Registered: Nov 2004
Posts: 20

Rep: Reputation: 0
anyone recommend me a tool for file-transmit


I am looking for a toos for file transmitting It can transmit file betweent linux and linux ,between linux and windows
Do THIS tool existe ?
thanks a lot
 
Old 09-10-2005, 10:25 PM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 46
Are you talking about something like SFTP / SCP ? You can transfer files between *nix machines by using
Code:
scp files othermachine:directory
(for transferring from your computer) or
Code:
scp othermachine:files directory
(for transfering to your computer). Read the scp manpage for more details.

On Windows you can get SFTP/SCP clients like WinSCP.
 
Old 09-10-2005, 11:13 PM   #3
teckk
Senior Member
 
Registered: Oct 2004
Distribution: FreeBSD Arch
Posts: 1,412

Rep: Reputation: 104Reputation: 104
You can also just mount the share something like as root
mount -t smbfs //MachineName/share /home/you/MountingPoint
Code:
man mount
Then use a file mgr to manipulate the files. Like Konqueror, Rox, Nautilus.

Don't forget to unmount the share when you are done, before turning off the share.
umount /home/you/MountingPoint
Code:
man umount
You can make an entry for it in /etc/fstab but then the share will have to be on first whenver you start the Linux box.

Last edited by teckk; 09-10-2005 at 11:14 PM.
 
Old 09-10-2005, 11:26 PM   #4
J.W.
Guru
 
Registered: Mar 2003
Location: Milwaukee, WI
Distribution: Mint
Posts: 6,642

Rep: Reputation: 67
If all you need to do is move a file from one machine to another, you could also just FTP it, or if it's small enough, mail it to yourself. Can you describe in more detail exactly what functionality you need? -- J.W.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please recommend a command-line download tool for SuSE ICO Suse/Novell 3 08-23-2005 01:42 PM
Specifying the output file for a gnu tool bnj Linux - Newbie 4 06-02-2005 07:52 AM
What SNMP manager tool would you recommend? brownstone Linux - Networking 3 07-15-2004 09:41 AM
Best file sharing tool? garyura Linux - Software 32 11-08-2002 12:32 AM
Can anyone recommend an IPtables log analysis tool? steppin_razor Linux - Networking 2 11-13-2001 11:14 AM


All times are GMT -5. The time now is 10:18 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration