Problems with build 157.1

Core FTP Server questions and answers
Post Reply
su_A_ve
Posts: 15
Joined: Thu May 11, 2006 1:32 pm

Problems with build 157.1

Post by su_A_ve »

a) FTP (one user)

* Setup Port 21
* Base Directory C:\
* Disable SSL/TLS, Disable Mode 2
* User HomeDir C:\TEMP
* Permissions C:\ RWAD-LCRI

Problems:

* When user logs in, DIR displays Home directory (c:\temp). But CD to a subdirectory (C:\temp\test) fails (550 CWD failed, path not found). If users CDs to root (cd /), then I can 'CD temp' and 'CD test'

* Can't create directory - mkdir dirname (502 Command unkown or not supported...)

b) SSH (one user)

* Setup Port 22
* Base Directory C:\
* Enable SSH/SFTP
* User HomeDir C:\TEMP
* Permissions C:\ RWAD-LCRI

Problems:

* User is forced to HomeDir even though option to force is not checked.
* Cannot CD to a subdirectory (C:\TEMP\TEST) with 'cd test' - After issuing 'cd /test' it went to C:\temp\test and then 'cd test' would work.
su_A_ve
Posts: 15
Joined: Thu May 11, 2006 1:32 pm

Re: Problems with build 157.1

Post by su_A_ve »

su_A_ve wrote:a) FTP (one user)

* Setup Port 21
* Base Directory C:\
* Disable SSL/TLS, Disable Mode 2
* User HomeDir C:\TEMP
* Permissions C:\ RWAD-LCRI

Problems:

* When user logs in, DIR displays Home directory (c:\temp). But CD to a subdirectory (C:\temp\test) fails (550 CWD failed, path not found). If users CDs to root (cd /), then I can 'CD temp' and 'CD test'

* Can't create directory - mkdir dirname (502 Command unkown or not supported...)
GREAT !!! All the FTP problems solved so far in build 160 !!!

b) SSH (one user)

* Setup Port 22
* Base Directory C:\
* Enable SSH/SFTP
* User HomeDir C:\TEMP
* Permissions C:\ RWAD-LCRI

Problems:

* User is forced to HomeDir even though option to force is not checked.
* Cannot CD to a subdirectory (C:\TEMP\TEST) with 'cd test' - After issuing 'cd /test' it went to C:\temp\test and then 'cd test' would work.
First is not fixed. Ie I'm forced in C:\TEMP and cannot go higher than this, even though I set up the Permissions for C:\

Second is fixed. I can create/delete/cd to subdirectories. But eveything is though as relative to C:\TEMP. Ie I have to do CD \TEST when in realitey it's C:\TEMP\TEST
Post Reply