build 164 - SSH and FTP problems (most command don't work)
Posted: Fri Sep 29, 2006 3:29 pm
FTP BUGS:
mkdir - 'Command unkown or not supported...'
rmdir - 'Command unkown or not supported...'
mget *.ext - Tries to get EVERY file regarless of extension (mput does work though)
dir directory - lists current directory instead of directory given
SSH BUGS:
cd .. - Doesn't work
Locked to user's home directory (regardless of setting)
For example (see below for settings):
sftp localhost
"Remote working directory is /" (Note that it's actually c:\temp)
sftp> cd ..
"Remote working directory is /.." (but I'm still in c:\temp)
sftp> cd test
"Remote working directory is /.." (but I'm still in c:\temp)
sftp> cd /
"Remote working directory is /.." (but I'm still in c:\temp)
sftp> cd test
"Remote working directory is /test/" (Now I'm in c:\temp\test)
sftp> cd ..
"Remote working directory is /test/.." (but I'm still in c:\temp\test)
sftp> cd /test
"Remote working directory is /test/" (Now I'm in c:\temp\test)
I mean, this looks more like pre-alpha...
I have very basic settings.
Domain Base directory - C:\ (no virtual paths)
User's home directory - c:\temp (not locked to home dir)
Users's permissions - C:\ RWAD-LCRI
mkdir - 'Command unkown or not supported...'
rmdir - 'Command unkown or not supported...'
mget *.ext - Tries to get EVERY file regarless of extension (mput does work though)
dir directory - lists current directory instead of directory given
SSH BUGS:
cd .. - Doesn't work
Locked to user's home directory (regardless of setting)
For example (see below for settings):
sftp localhost
"Remote working directory is /" (Note that it's actually c:\temp)
sftp> cd ..
"Remote working directory is /.." (but I'm still in c:\temp)
sftp> cd test
"Remote working directory is /.." (but I'm still in c:\temp)
sftp> cd /
"Remote working directory is /.." (but I'm still in c:\temp)
sftp> cd test
"Remote working directory is /test/" (Now I'm in c:\temp\test)
sftp> cd ..
"Remote working directory is /test/.." (but I'm still in c:\temp\test)
sftp> cd /test
"Remote working directory is /test/" (Now I'm in c:\temp\test)
I mean, this looks more like pre-alpha...
I have very basic settings.
Domain Base directory - C:\ (no virtual paths)
User's home directory - c:\temp (not locked to home dir)
Users's permissions - C:\ RWAD-LCRI