| Author |
LDAP for file transfer
|
Rohan Kalbhor
Ranch Hand
Joined: Aug 18, 2006
Posts: 78
|
|
hello all, would anyone of you please guide me about whether if can use LDAP for file transfer i would be greatly obliged if anyone would direct me for its implementation Thanks Rohan Kalbhor
|
..............................<br />Exceptions are a part of possibility<br />Errors are a part of truth<br />................................
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12952
|
|
LDAP is Lightweight Directory Access Protocol. It is a protocol for looking up information in a directory service. The standard Java API to access an LDAP service is JNDI. These protocols are not suited for file transfer. LDAP is frequently used for example for looking up information about users (user names, e-mail addresses, etc.). Why do you think you need to use LDAP for file transfer?
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: LDAP for file transfer
|
|
|