![]() |
|
|
|
|
1
3rd November 13:24
External User
Posts: 1
|
Usually I chouse to make my own mind up, but man there is so match to
read on all this if I don't get help I will be never done. Also usually I like to get the best, so I was thinking proftp at first. But I need something basic easy to config., something I don't have to read two books on before I can get going. Don't need anonymous I like X config stuff if there is something Which is the right ftp server for me? -- Gruessle http://VMCLinks.com http://GuyScope.com -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
|
2
3rd November 13:24
External User
Posts: 1
|
proftpd.
The basic 'default' configuration works like a charme.There's nothing to set up, unless you have special wishes. Mark -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
3
5th November 13:56
External User
Posts: 1
|
agreed,
and proftpd is the one i trust, and do all the logging into a mysql, and do transfer ratio and user management(phpsetupped all). ![]() proftpd is as good for the basic as for advanced use. -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
5
5th November 14:00
External User
Posts: 1
|
"Gruessle" <debian@orces.com> writes:
^^^^^^^^^^^^^^^^^^^^ None, especially if you don't need anonymous access. Use scp to copy files to and from your machine (part of the ssh package, which includes a server). It's more firewall-friendly than FTP and doesn't involve sending your password over the network in the clear. -- David Maze dmaze@debian.org http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
6
5th November 14:00
External User
Posts: 1
|
furthermore, if you are accessing your linux box from a windblows
machine, teraterm w/ tssh (using kermit/gkermit) and win2scp are good clients to run on the windblows machine to access files via ssh. -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
|
7
5th November 14:01
External User
Posts: 1
|
From: David Z Maze [mailto:dmaze@debian.org]
None seams to be the right answer. I just checked Dreamweaver and I can use it on a local network also. Then I checked my Network and I can see my Debian box with Samba. When I click on it, it asks me for a password, but my user password does not work, I even tried root and it does not work. So I guess all I need is to setup Samba to accept passwords. What do you guys say? How do I do that? Is there a HOWTO somewhere? -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
8
5th November 14:01
External User
Posts: 1
|
www.samba.org
smbpasswd should let you add passwords for samba ... use as su. -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
9
5th November 14:04
External User
Posts: 1
|
man smbpasswd
-- Paul -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
10
5th November 14:05
External User
Posts: 1
|
Kevin Mark <kmark+debian-user@pipeline.com> writes:
This is not really important in all applications. There are many applications where you want people to download files easily and anonymous ftp is pretty good. Also you can use pam to tell the ftp server not to use system passwords but look up passwords in a seperate file or in a mysql database, etc. Bijan -- Bijan Soleymani <bijan@psq.com> http://www.crasseux.com -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|