-
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
-
Openssh latest ssh daemon
Great ssh remote connection, including an sftp server ( secure ftp over ssh2)
Greetz,
-
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
-
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 ;)
-
thanks shrekkie - now just persuade MB that he needs to change to a server that supports chmod ;) - lol
v_Ln
-
Allowing remote root login Shrekkie? Tsk,tsk.... :)
-Maestr0
-
openssh isn't for windows if you ask me...
I don't know of any ports or cygwin releases
-
Maestro,
Just keeping it exciting hah :p ....
-
Try Serv-U. SSL version came out not too long ago.
Serv-U's Site
-
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