From 340b1e3b1c296fd03c0ca0684a7d81f88f4df31c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 13 Nov 2007 20:38:49 +0100 Subject: Use proper ikiwiki syntax. --- qemufilesharingwithhost.mdwn | 46 ++++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'qemufilesharingwithhost.mdwn') diff --git a/qemufilesharingwithhost.mdwn b/qemufilesharingwithhost.mdwn index 64040ffb..f897bb68 100644 --- a/qemufilesharingwithhost.mdwn +++ b/qemufilesharingwithhost.mdwn @@ -6,27 +6,31 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]] -## scp +# SCP + Setup OpenSSH server on host system. - * Copying files from Guest to Host -
-$ scp  @:
-
- * Copying files from Host to Guest. -
-$ scp @: .
-
+ +* Copying files from Guest to Host + + $ scp @: + +* Copying files from Host to Guest. + + $ scp @: + Use scp -r for copying directories. -## ftp + + +# FTP + Setup ftp server (like proftpd) on the host. - * Use ftp client from GNU inetutils -
-$ ftp 
-
-Use mget to copy files from host and mput to copy files to the host. - * The GNU way - setup an ftp translator -
-$ settrans -ac ftp/ /hurd/ftpfs :@:
-
- --- PraveenA - 19 May 2006 \ No newline at end of file + +* Use ftp client from GNU inetutils + + $ ftp + + Use mget to copy files from host and mput to copy files to the host. + +* The GNU way - setup an ftp translator + + $ settrans -ac ftp/ /hurd/ftpfs :@: -- cgit v1.2.3