upload file?

Mormegil said:
The short answer is yes. A more helpful answer requires a much more detailed question.

Could you pls tell me what? I am trying to transfer config files from one pc to another via internet. Both are setup without X and one is intalled on vbox-ose(without usb support)...
 
Also what site you could recommend to use and how. I can't picture out uploading files thru cli. With a browser, basically you just sign-in and and hit upload button and you're done. How does it work with cli?
 
nooobie123 said:
Also what site you could recommend to use and how. I can't picture out uploading files thru cli. With a browser, basically you just sign-in and and hit upload button and you're done. How does it work with cli?
If it's just conf files, why don't you just do that? Use a text-based browser (e.g. www/w3m) and go to http://pastebin.com/.
 
FreeBSD offers cli client for all protocols
  1. FTP (File Transfer Protocol - ftp or lftp or ncftp, ncftpput, ncftpget
  2. ssh (recommend for file transfer) - scp, ssh, sftp
  3. SMB / CIFS - mount_smbfs, smbget, smbclient etc from Samba project.
 
Back
Top