LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-11-2003, 02:14 PM   #76
Anmar
Member
 
Registered: Mar 2003
Location: Earthan
Distribution: UBUNTU | Linux
Posts: 213

Original Poster
Rep: Reputation: 30

Yes I'm with you,
BEFORE I TYPE THE USER NAME AND THE USER NAME,,, WHICH USERNAME AND PASSWORD DO I PUT THERE ???????
 
Old 09-11-2003, 02:23 PM   #77
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
the same username and password you used when you did the ftp localhost thing:

remember: You are logging in to the x.x.x.1 machine, so you need a user and pass from that machine!
 
Old 09-11-2003, 02:34 PM   #78
Anmar
Member
 
Registered: Mar 2003
Location: Earthan
Distribution: UBUNTU | Linux
Posts: 213

Original Poster
Rep: Reputation: 30
Now I get it !!!

Login successfull

What then ?
 
Old 09-11-2003, 02:36 PM   #79
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
Now, when you are connected to your server (In this case, your x.x.x.1 machine acts as a server) from your client (where x.x.x.2 acts as a client)

after you have logged in, type ls
see anything familiar?
 
Old 09-11-2003, 02:39 PM   #80
Anmar
Member
 
Registered: Mar 2003
Location: Earthan
Distribution: UBUNTU | Linux
Posts: 213

Original Poster
Rep: Reputation: 30
I see machine's files
My home directory .

Do I use cp
commands regulary?
And where to locate the sharing folder ?
Do I mkdir in anywahere in my system ?
 
Old 09-11-2003, 02:45 PM   #81
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
nope... when connected please type "cd"
If you see something like: Current directory: "/"
you should go physically to your machine, and there create a folder in your home directory. Then , still on your machine, copy the files to taht folder.

Then get physically to your other machine and type the following:

Code:
mkdir frommyothermachine
cd frommyothermachine
ftp x.x.x.1
(login)
ls
(see if your just created directory is there?)
cd yourcreateddirectory
ls
(see if you see the files you needed)
bin
mget *
(get all the files)
bye
(log out again)
Now the files are copied to the x.x.x.2 machine, in the directory where you started ftp from (./frommyothermachine).
 
Old 09-11-2003, 02:51 PM   #82
Anmar
Member
 
Registered: Mar 2003
Location: Earthan
Distribution: UBUNTU | Linux
Posts: 213

Original Poster
Rep: Reputation: 30
When I type "cd" it shows this :

(remote- directory)

Is that OK ?





And stop saying that "physically" thing were saying, Please .
 
Old 09-11-2003, 02:55 PM   #83
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
O, sorry append a dot .
so type
Code:
cd .
 
Old 09-11-2003, 02:58 PM   #84
Anmar
Member
 
Registered: Mar 2003
Location: Earthan
Distribution: UBUNTU | Linux
Posts: 213

Original Poster
Rep: Reputation: 30
It said directory successfully changed .
 
Old 09-11-2003, 02:59 PM   #85
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
mmmm try 'pwd'
 
Old 09-11-2003, 03:00 PM   #86
Anmar
Member
 
Registered: Mar 2003
Location: Earthan
Distribution: UBUNTU | Linux
Posts: 213

Original Poster
Rep: Reputation: 30
Says:

"/home/anmar"
 
Old 09-11-2003, 03:02 PM   #87
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
okay, see if you can browse to the files you need to copy then?
If you found them, you can transfer them to the other machine with the command 'get filename'
 
Old 09-11-2003, 03:03 PM   #88
Anmar
Member
 
Registered: Mar 2003
Location: Earthan
Distribution: UBUNTU | Linux
Posts: 213

Original Poster
Rep: Reputation: 30
Give an example please .
 
Old 09-11-2003, 03:04 PM   #89
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
cd /var/wherever_the_files_are
?
 
Old 09-11-2003, 03:13 PM   #90
Anmar
Member
 
Registered: Mar 2003
Location: Earthan
Distribution: UBUNTU | Linux
Posts: 213

Original Poster
Rep: Reputation: 30
Where do I find them after transfering them ?
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora C2 - Wireless network drivers? Broadcom 802.11g Network Adapter FragTek Linux - Wireless Networking 7 01-22-2010 12:10 AM
3c905C network card in docking station. Cannot activate network device eth0. pathelms Linux - Networking 4 04-12-2006 02:55 PM
Xandros mount point for Windows Network & NFS Network jaagut Linux - Distributions 1 09-14-2005 07:21 AM
Beggining with Linux jhonny C Linux - Newbie 5 07-27-2005 01:27 AM
how to 'starx' another window manager in the beggining shell? priest_judas Linux - Newbie 5 12-17-2003 09:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:57 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration