Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-29-2002, 12:23 PM
|
#1
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Rep:
|
FTPing to an SMB share?
I have a dump space set up using samba on my nix box and wanted to know if it was possible to FTP to it from a remote location. I want to be able to remotly gain access to the file on that dump space and to be able to download them to that remote station. What do I need to have setup on my comp to allow this to happen?
|
|
|
01-29-2002, 07:37 PM
|
#2
|
Member
Registered: Aug 2001
Location: Off the coast of Madadascar
Posts: 498
Rep:
|
What you need to accomplsh this task is an ftp server. I sure that SLACK 8! came with one and is probably running right now. But if it isn't because you stopped it, then start it up and set up access restrictions on it.
|
|
|
01-30-2002, 09:26 AM
|
#3
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Original Poster
Rep:
|
What is the FTP server called? I dont believe that I turned it off considering I have done nothing that deals with FTP anything, just samba.
|
|
|
01-30-2002, 12:18 PM
|
#4
|
Member
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717
Rep:
|
Proftpd I think is what its called.
|
|
|
01-30-2002, 06:15 PM
|
#5
|
Senior Member
Registered: Feb 2001
Location: Atlanta, GA
Distribution: Slackware
Posts: 1,821
Rep: 
|
In the file /etc/inetd.conf you should see the line:
Code:
# ProFTPD FTP Daemon:
ftp stream tcp nowait root /usr/sbin/tcpd proftpd
If this line is uncommented then ftp sould be working. The inetd (internet daemon) will start a ftp server process to handle the incoming request. If it is commented out, uncomment it and send a sig hup to the inetd. This will tell the inetd process to reread its configuration file (inetd.conf).
Code:
ps -ef | grep inetd
kill -HUP <pid of inetd>
Ftp and Samba are unrealted. File shares setup through Samba are not needed for ftp.
|
|
|
01-30-2002, 06:23 PM
|
#6
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Original Poster
Rep:
|
yeah I know... but I want to be able to FTP to my samba share... or are you just saying that I can FTP to pretty much every directory?
|
|
|
01-30-2002, 06:29 PM
|
#7
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
samba is nothing to do with ftp, they are DIFFERENT things. never the twain and all that. if you want to ftp to somewhere you need an ftp server....
|
|
|
01-30-2002, 06:33 PM
|
#8
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Original Poster
Rep:
|
So... as long as I got and set up an FTP server correctly on my box... I could FTP directly to my samb DUMP share directory that I have correct?
|
|
|
01-30-2002, 06:36 PM
|
#9
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well if you have ftp access to the same directory that you're sharing on samba then yes you can do that. but they are totally independent from each other.
|
|
|
01-30-2002, 06:58 PM
|
#10
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Original Poster
Rep:
|
I know that there different OK! but you know what im taling about and trying to do right ?
|
|
|
01-30-2002, 10:39 PM
|
#11
|
Member
Registered: Jan 2002
Location: Moorpark
Distribution: SLACK 8!
Posts: 230
Original Poster
Rep:
|
Ok... so now im asuming that I need to set up PFTP or one of the ftp servers. Uhhh... where is Pro FTP located, and how do I install it?

|
|
|
All times are GMT -5. The time now is 02:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|