Hi
@Andy: My own well defined interface will probably be the solution
for my problem.
2.) Reading is good but there is a time that you would like to do
experimenting:)
So, I try tu use FTP for communication but I had no success yet
I did following steps:
1.) create a new group
groupadd ftp-benutzer
2.) creata new directory for sharing information
mkdir /home/ftp-dokumente
3.) set access mode
chmod 750 /home/ftp-dokumente
chown root:ftp-benutzer /home/ftp-benutzer
4.) add two users
useradd -g ftp-benutzer -d /home/ftp-dokumente developer1
useradd -g ftp-benutzer -d /home/ftp-dokumente developer2
5.) set passwords
setpwd developer1
setpwd developer2
Then I tried to open a ftp connection
C:\>ftp 192.168.1.138
Connected to 192.168.1.138.
220 ts7000 FTP server (Version wu-2.6.2(1) Sat Apr 23 14:50:39 UTC
2005) ready.
User (192.168.1.138:(none)): developer1
331 Password required for developer1.
Password:
530 Login incorrect.
Login failed.
ftp>
Does anybody have an idea what can be wrong pleas?
Best regards
Geri
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|