Forum Moderators: bakedjake
The best thing would be to setup a shareware or freeware (there are plenty to choose from) FTP server on your PC (probably windows or mac machine) and ftp fromm the FreeBSD to there.
Some commands for ftp to enable you to do this (making sure you are already in the directory where the file is) are:
bash-2.05$ ftp -n 123.123.123.123
ftp> user %your_ftp_username%
Password: *******
ftp> put filename.txt
You should then find the file in the home directory you setup in the FTP server, voila copy and paste.
Grab winscp [winscp.sourceforge.net...]
You'll be able to transfer files to and from the remote box over a secure channel.
Sean
Shanks,
You are right but we were trying to transfer files the other way round, from a FTP session initated on the FreeBSD box to the Windows machine. Assuming the FreeBSD box had an FTP daemon running then the file would have had to be copied first into the %ftproot% directory using the cp command.