I'm having a problem getting past a login for a virtual host...before i go any further, here's the setup:
Server: Windows 2000 server sp4, all hf and updates
ftp: WS_FTP Server v5.00 (did not install updates, caused problems the last time. Look for my other post.)
Sites: First – tied to IP; Second – virtual
Directory Perms: everyone – Read, propogated to child, etc.
WS_FTP Perms: User – All
General Opts:
Top Dir: e:\ftproot\second\
User Settings:
Max consurrent: 10
Max Anonymous: 0
Do not auto create user home folders
Logon users to: Home folders
Disable password change
User DB:
Ipswitch WS_FTP Server
Folders:
Each directory is a physical dir under the site.
Client:
Windows XP Pro sp1
FTP: WS_FTP v9
login name: user@second.dom.com – because of the virtual host
Connection Log:
Finding Host second.dom.com ...Connecting to xxx.xxx.67.152:21
Connected to xxx.xxx.67.152:21 in 0.062498 seconds, Waiting for Server Response
220 first.dom.com X2 WS_FTP Server 5.0.0 (1237793437)
Host type (1): WS_FTP Server
XAUT 2 =:8<>8;@=97;=791=:71>7;6>9;2>4;:=67?><;4=?73>3<3A67=>;;>B27:>9:@=:8<>8;@=97;=7
230 user logged in
Host type (I): WS_FTP Server
PWD
257 "/userdir" is current directory
CWD /
550 /: folder not found
XCWD /
550 /: folder not found
CDUP
550 permission denied
XCUP
550 permission denied
CWD ..
550 permission denied
XCWD ..
550 permission denied
CWD
257 "/" is current directory
PWD
257 "/" is current directory
TYPE A
200 Type set to ASCII.
PASV
227 Entering Passive Mode (xxx,xxx,67,152,17,11).
connecting data channel to xxx.xxx.67.152:17,11(4363)
data channel connected to xxx.xxx.67.152:17,11(4363)
MLSD
150 Opening ASCII data connection for directory listing
transferred 0 bytes in < 0.001 seconds, 0.000 Bps ( 0.000 Bps), transfer succeeded.
226 transfer complete
Attempted file transfer:
Starting request
TYPE I
200 Type set to IMAGE.
PASV
227 Entering Passive Mode (xxx,xxx,67,152,17,13).
connecting data channel to xxx.xxx.67.152:17,13(4365)
data channel connected to xxx.xxx.67.152:17,13(4365)
STOR testfile.zip
550 permission denied
Transfer request completed with status: Failed, 1 SubItem(s) failed
TYPE A
200 Type set to ASCII.
PASV
227 Entering Passive Mode (xxx,xxx,67,152,17,14).
connecting data channel to xxx.xxx.67.152:17,14(4366)
data channel connected to xxx.xxx.67.152:17,14(4366)
MLSD
150 Opening ASCII data connection for directory listing
transferred 0 bytes in < 0.001 seconds, 0.000 Bps ( 0.000 Bps), transfer succeeded.
226 transfer complete
I created a test text file in the root of the users directory, it's not there when i log in.
I read the User's Guide from Ipswitch. I followed the instructions and I still get no-where. Does anyone have any ideas or maybe a guide somewhere (url, email)?