Re: [SLE] konqueror and fish://
I have always used sftp:// Are there any difference between sftp:// and fish:// or are they merely aliases for one another ? //Sylvester Marcus Meissner wrote:
On Fri, Jul 07, 2006 at 11:41:30AM +0200, Per Jessen wrote:
Having recently discovered fish:// for konqueror, I've been trying out a few things. It's interesting to note that while some applications work just fine with remote files via fish://, others such as openoffice and gimp do not. Does anyone know if the application has to especially built to work with fish:// ?
fish:// is a kioslave.
KDE apps know how to accept URLs ;)
You can specify in the desktop file (or on the commandline).
If they only accept files, or undefined ... The KIO slave copies the file to local storage first.
OOo might still open the file, but writing will not arrive back on the place you got it from.
Ciao, Marcus
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Sylvester, On Saturday 08 July 2006 15:38, Sylvester Lykkehus wrote:
I have always used sftp:// Are there any difference between sftp:// and fish:// or are they merely aliases for one another ?
SFTP is regular FTP conducted over an ssh-encrypted connection. Fish is scp. The protocols are different, but I'm not familiar enough with them to know what differences, strengths or weaknesses there are between them.
//Sylvester
Randall Schulz -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Randall R Schulz wrote:
On Saturday 08 July 2006 15:38, Sylvester Lykkehus wrote:
I have always used sftp:// Are there any difference between sftp:// and fish:// or are they merely aliases for one another ?
SFTP is regular FTP conducted over an ssh-encrypted connection.
It should be noted that SFTP (as in the sftp subsystem of ssh) has nothing to do with the regular FTP protocol. It's a completely new file transfer protocol. E.g., no separate control and data connections. IMO it's merely there to enable secure file transfers and browsing with GUI clients like WS_FTP. It also saves the overhead of multiple connection initializations, compared to scp. Cheers, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod Email: jschrod@acm.org Roedermark, Germany -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Joachim, On Monday 10 July 2006 05:06, Joachim Schrod wrote:
Randall R Schulz wrote:
On Saturday 08 July 2006 15:38, Sylvester Lykkehus wrote:
I have always used sftp:// Are there any difference between sftp:// and fish:// or are they merely aliases for one another ?
SFTP is regular FTP conducted over an ssh-encrypted connection.
It should be noted that SFTP (as in the sftp subsystem of ssh) has nothing to do with the regular FTP protocol. It's a completely new file transfer protocol. E.g., no separate control and data connections.
Then I was mistaken, because I thought SFTP was "good old FTP" using SSH connections.
....
Cheers, Joachim
Randall Schulz -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Hi, Brand spanking new SuSE 10.1 installation, all updates applied, used yast to install mysql, php, and apache2. Process completed successfully, but apache did not start and when I try to start it (apache2ctl -k start), I get this error: httpd2: Syntax error on line 185 of /etc/apache2/httpd.conf: Could not open configuration file /etc/apache2/sysconfig.d/include.conf: No such file or directory Now I am well versed with apache configuration so I can fix this no problem, *but* this is fixing the symptom and not the cause. Does anyone know the real reason why this file was not made, or why httpd.conf is misconfigured out the box? My apache2/sysconfig.d dir contains two files by the way: global.conf and loadmodule.conf. Thanks in advance! Peter. -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
* Peter John Golda <peter@mobinomics.com> [07-10-06 09:23]:
Brand spanking new SuSE 10.1 installation, all updates applied, used yast to install mysql, php, and apache2. Process completed successfully, but apache did not start and when I try to start it (apache2ctl -k start), I get this error:
httpd2: Syntax error on line 185 of /etc/apache2/httpd.conf: Could not open configuration file /etc/apache2/sysconfig.d/include.conf: No such file or directory
Now I am well versed with apache configuration so I can fix this no problem, *but* this is fixing the symptom and not the cause. Does anyone know the real reason why this file was not made, or why httpd.conf is misconfigured out the box?
My apache2/sysconfig.d dir contains two files by the way: global.conf and loadmodule.conf.
1. Same installation but I did not have that problem. The file exists here. 2. Please, instead of editing an existing post and changing the "Subject:" line to start a new thread, begin with a new message. You have "HiJacked" a previous conversation/thread and make your conversation appear belonging to the previous thread. It also makes searching the archives a joke. tks, -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2 -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (5)
-
Joachim Schrod
-
Patrick Shanahan
-
Peter John Golda
-
Randall R Schulz
-
Sylvester Lykkehus