07-30-2002 04:36 AM
07-30-2002 09:57 AM
07-01-2008 11:46 PM - edited 07-01-2008 11:47 PM
Hi, I have FTP server running on PC1 and i want to read file from that PC1 from PC2(FTP Client) with userID and password. How i have to go. I have LWCVI 6.0.
--Vishnu
07-05-2008 03:05 AM
Hi Vishnu,
These two knowledgeable articles might be of some assistance.
Essentially, you will use DataSockets to connect to the FTP server, and embed the username/password in the URL.
Writing Data to an FTP Server in CVI Using Datasocket
How Can I Retrieve Data from FTP Servers That Require a Username and Password for Login?
07-11-2008 02:09 AM
Dear Nestor,
Thanks for support. but by using idea in the link provided is not working for me. I don't know what is the reson. :
As given in examle that with userid and PWD. i have to write in below method
ftp://joe:123456@ftp.ni.com/support/compworks/datasocket/tone.wav
but i could n't connect. In my case my server IP address is 202.41.112.98 and userid and password for ftp is "ayus" and "ayus". I wrote
for browsing home folder i couldn't.
I had tried to logon on FTP server by dos command as well as internet explorer.
What mistake i am doing.
--Vishnu
07-11-2008 04:18 AM
I have WFTPD ftp server. How i can make userid-passwork based ftp client in LabWindows/CVI 6.0
--Vishnu
07-11-2008 05:28 PM
07-13-2008 11:16 PM
Dear Kristen,
FTP server loging with internet explorer didn't work. I will try with link provided by you. Thanks
--Vishnu