2009-01-10

Transfer file between my Laptop and PC

1. System->Administration->GPROFTPD(A GUI application to config ProFTPD);
2. Add a user
3. Active ProFTPD, or 'sudo /etc/init.d/proftpd restart'

If you want to upload multiply files, you can use mput. For example:
>prompt off
>mput c:\downloads\*

The 'prompt off' means turn off interactive mode, otherwise you will be asked if upload the next file.

No comments: