I installed ProFTP using the Perfect Install FC4 HowTo now I need to know HowTo use it!
I have only used FTP via WS_FTP client before. After much research and testing I have determined that ptoftpd.conf seems to be correct and I can log into ftp as anonymous via the console but I am not sure what to do after that. I found a small tut and tried a command but these are the results:
Code:
[Lance@server1 ~]$ ftp ftp.thefractalfarm.net
Connected to server1.thefractalfarm.net.
220 192.168.2.3 FTP server ready
500 AUTH not understood
500 AUTH not understood
KERBEROS_V4 rejected as an authentication type
Name (ftp.thefractalfarm.net:Lance): anonymous
331 Anonymous login ok, send your complete email address as your password.
Password:
230 Anonymous access granted, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put bookmarks.html /Lance/test
local: bookmarks.html remote: /Lance/test
227 Entering Passive Mode (192,168,2,3,128,107).
550 /Lance/test: Permission denied
ftp> put bookmarks.html /ftp
local: bookmarks.html remote: /ftp
227 Entering Passive Mode (192,168,2,3,128,108).
550 /ftp: Permission denied
ftp> put bookmarks.html /home/ftp
local: bookmarks.html remote: /home/ftp
227 Entering Passive Mode (192,168,2,3,128,109).
550 /home/ftp: Permission denied
ftp> quit
221 Goodbye.
[Lance@server1 ~]$
Am I do something wrong? Note that this is on the same box that has my ftp server also and I am not using ISPConfig.
Does anyone know how I would use WS_FTP from my MS machine to connect to my FTP? I have tried anonymous with my e-mail as password and I get "failure to connect to ftp.thefractalfarm.net". I can however use the browser on my MS box to go to my FTP site. Would drop and drag work there, didn't think to try it.