How can I login in a ftp server using a username and password?
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_10032173.html
Zones:
Web BrowsersDate Answered: 12/15/1997 Grade: A Views: 0
I have a question I was hopping you could answer:
I have designed a program similar to the Office toolbar but, I want to be
able to display a different interface for each user. I need to be able t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10058468.html
Zones:
Visual BasicDate Answered: 07/20/1998 Grade: C Views: 0
How do I retrieve the full user name from an NT environment?
I've tried using Environ("username") and WNetGetUser but this only retrieves the logon id whereas I want the full user name associated...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10073503.html
Zones:
Visual BasicDate Answered: 08/19/1998 Grade: C Views: 0
I want to map a networked drive (x:\) to correspond with thier user name. I have a logon script x:\server\%username% but don't know if this is right, Do I also place this in the profile for the us...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10164087.html
Zones:
Windows NTDate Answered: 07/11/1999 Grade: C Views: 0
Recently, I have been noticing the frequency of a quick screen message that the operating system is dumping some files in my cache to make room.
Where I click to "edit/preferences/advanced/cache"...
http://www.experts-exchange.com/Hardware/New_Users/Q_10172687.html
Zones:
New UsersDate Answered: 06/18/1999 Grade: A Views: 0
Folks,
I'm using Access 97 on NT 4 workstation (& server) and I want to be able to capture the username of the person currently logged on.
Environ$("UserName") will return the system login na...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10334805.html
Zones:
MS AccessDate Answered: 04/28/2000 Grade: B Views: 0
I have a field on a form which users select a email address for approval...(samirmistry/tech/@ibm). What I need on a view is if a user enters the database and view that person will only see the do...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 12/21/2001 Grade: A Views: 0
Hi,
I want to use ldap towards winnt to authenticate users in my intranet web application.
The user enters his winnt username and password - and after having checked that the username exists...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20252146.htm...
Zones:
ASPDate Answered: 12/01/2002 Grade: B Views: 0
I am trying to develop a simple user registration system for some pages on my site. I have a database of usernames/passwords. The only example of a this kind of security I have used so far is the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20279590.htm...
Zones:
ASPDate Answered: 03/20/2002 Grade: B Views: 0
I am trying to access a list of SID values on a remote server using TRegistry. This is the code:
Uses Registry;
procedure MyProc;
var
MySList : TStringList;
MyReg : TRegistry;
i : I...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20312648.html