|
-
November 25th, 2003, 02:30 PM
#1
Best FTP Server
ok need a good ftp server for windows features should include ::
good security
ability to limit folders/files users are allowed access to
ability to change file permisions (chmod) remotly through ftp client
reliable
Resume support
ability to set reconnection attempt times to stop hammering
has anyone used GuilgFTP before - is it any good?
v_Ln
-
November 25th, 2003, 02:32 PM
#2
Openssh latest ssh daemon
Great ssh remote connection, including an sftp server ( secure ftp over ssh2)
Greetz,
-
November 25th, 2003, 02:40 PM
#3
thanks shrekkie but i can't find any mention about ability to set file permissions through FTP client which is the most important area atm - as there are plenty of ftp servers out there that fill the other requirments but very fewi have seen with the ability basically to allow chmod (a *nix term but you know hat i mean ) does OpenSSH support this??
v_Ln
-
November 25th, 2003, 03:31 PM
#4
For you dear Valhallen i ssh-ed in mah box to have a look.
Here's the output :
Code:
Furious root # sftp *.*.*.*
Connecting to *.*.*.*...
root@*.*.*.*'s password:
sftp> ?
Available commands:
cd path Change remote directory to 'path'
lcd path Change local directory to 'path'
chgrp grp path Change group of file 'path' to 'grp'
chmod mode path Change permissions of file 'path' to 'mode'
chown own path Change owner of file 'path' to 'own'
help Display this help text
get remote-path [local-path] Download file
lls [ls-options [path]] Display local directory listing
ln oldpath newpath Symlink remote file
lmkdir path Create local directory
lpwd Print local working directory
ls [path] Display remote directory listing
lumask umask Set local umask to 'umask'
mkdir path Create remote directory
progress Toggle display of progress meter
put local-path [remote-path] Upload file
pwd Display remote working directory
exit Quit sftp
quit Quit sftp
rename oldpath newpath Rename remote file
rmdir path Remove remote directory
rm path Delete remote file
symlink oldpath newpath Symlink remote file
version Show SFTP version
!command Execute 'command' in local shell
! Escape to local shell
? Synonym for help
sftp>
So that would be a yes on your question, i guess
-
November 25th, 2003, 03:35 PM
#5
thanks shrekkie - now just persuade MB that he needs to change to a server that supports chmod - lol
v_Ln
-
November 25th, 2003, 04:26 PM
#6
Allowing remote root login Shrekkie? Tsk,tsk.... 
-Maestr0
\"If computers are to become smart enough to design their own successors, initiating a process that will lead to God-like omniscience after a number of ever swifter passages from one generation of computers to the next, someone is going to have to write the software that gets the process going, and humans have given absolutely no evidence of being able to write such software.\" -Jaron Lanier
-
November 25th, 2003, 04:38 PM
#7
openssh isn't for windows if you ask me...
I don't know of any ports or cygwin releases
-
November 25th, 2003, 06:09 PM
#8
Maestro,
Just keeping it exciting hah ....
-
November 25th, 2003, 06:56 PM
#9
Member
Try Serv-U. SSL version came out not too long ago.
Serv-U's Site
- Boyam
-
November 25th, 2003, 07:24 PM
#10
Banned
If you run cygwin on windows, you can run vsftp. A super fast, super secure ftpd. It's used by many big name sites that run public FTP servers.
http://vsftp.beasts.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|