A
Anonymous
Guest
I am trying to upload files from a windows machine to my FreeBSD machine using ftp. I have ftpd enabled in /etc/rc.conf and have started the daemon. Below are the commands I am using from the windows shell, but when I check on the FreeBSD system for the uploaded file there is nothing.
Code:
C:\Documents and Settings\Administrator>ftp 192.168.2.2
Connected to 192.168.2.2.
220 my.test.box.com FTP server (Version 6.00LS) ready.
User (192.168.2.2:(none)): mickey.harvey
331 Password required for mickey.harvey.
Password:
230 User mickey.harvey logged in.
ftp> pwd
257 "/usr/home/mickey.harvey" is current directory.
ftp>put C:\Documents and Settings\Administrator\Desktop\logo-freebsd.png
ftp>