LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   slackware ftp (https://www.linuxquestions.org/questions/linux-software-2/slackware-ftp-316410/)

k1ll3r_x 04-23-2005 12:26 PM

slackware ftp
 
well im looking for the ftp server on slackware, but i cant find it, and im trying to upload some document, and theres not ftp folder, can someone tell me how i could get the ftp to work or some source so i can put the document on the index.html file and then open it from somewhere else with the same settings i have right now[font size, spacing and such]
any help is really appreciated thanx

reddazz 04-24-2005 05:05 AM

Slackwares ftp user directory is /home/ftp.

k1ll3r_x 04-24-2005 12:32 PM

yea after posting this, i found it, and i put some files in it, but when trying to acces ftp://<my ip/local> it didnt work, and i was trying to check something to turn the server on, but it replied it cant stand alone, needs to be started with inetd, how can i do that?

Boow 04-24-2005 02:34 PM

Do you want to upload a file to a remote ftp server or run a local ftp server. If you just want to upload a file type

ftp
open ftp.site.whatever
name anonymous
passwd emal address

once logged on use these cmds to move around

pwd
ls
cd

those cmds work like in a normal terminal
once you get to the directory with the file you want to download/upload

put uploads file
get downloads file
quit

dont like commandline ftp install gftp its on the slack cd

clickhere to learn about installing ftp servers

k1ll3r_x 04-25-2005 11:35 PM

i want to just bring it up, so i can access it from other places, but i dont know how to acces it from another computer, isnt it suppossed to be ftp://hostname ?? because ive tried, and it doesnt work

mrcheeks 04-26-2005 12:05 AM

check one entry of /etc/inetd.conf and copy/customize for your ftp server in that file.

k1ll3r_x 04-26-2005 08:20 AM

oot@virtz:~# /etc/inetd.conf
-bash: /etc/inetd.conf: Permission denied

mellor 02-24-2010 05:23 PM

Quote:

Originally Posted by k1ll3r_x (Post 1611068)
oot@virtz:~# /etc/inetd.conf
-bash: /etc/inetd.conf: Permission denied

Are you logged in as root?

Might be a silly question, can you ping the IP address you are trying to connect too?

Regards,

chrism01 02-24-2010 06:02 PM

@mellor: don't resurrect 5 yr old threads... ;)


All times are GMT -5. The time now is 05:20 AM.