I do development from a Windows box, and I have a centOS server setup. I'm working on porting an app from Windows to *nix. There server is setup and running, but I want to have access to the webapp folder from my windows machine. I only want to allow one IP to have access to it and be user/pass protected.
Does this look ok?
[global]
workgroup = www
interfaces = 192.168.1.200
[www]
comment = webapp
writeable = Yes
locking = yes
path = /tomcat/webapps
guest ok = no
create mask = 0777
directory mask = 0777
valid users = myUserName
Does this look ok?
[global]
workgroup = www
interfaces = 192.168.1.200
[www]
comment = webapp
writeable = Yes
locking = yes
path = /tomcat/webapps
guest ok = no
create mask = 0777
directory mask = 0777
valid users = myUserName