I want to get the FTP program using VB 6.0
Can you help me now???
Posted by: daitt at July 20, 2004 1:03 AM
I just read the information at the top of the page
Posted by: daitt at July 20, 2004 1:07 AM
I want to get the FTP program that will search for a file in server and bring the file to local machine using VB 6.0
Can you help me now???
Posted by: saikat at September 29, 2004 5:17 AM
I want the sourcecode of file transfering in VB
Posted by: anish at October 30, 2004 11:20 AM
DO you have an idea why I my client can not upload a file using FTP of a form created using VB 6?
Thanks
Posted by: Mike K at March 22, 2005 1:54 PM
your article was great.
Good luck
Mike
Posted by: Mike k at March 22, 2005 2:00 PM
How can i send and get a file to a specified ip address
how can i check active ip s on internet
Posted by: Mantu at April 5, 2005 5:28 PM
I started developing with Chilkat FTP. All works
great in VB 6 with one exception. I cannot close
a session. I have used every derivative of
ChilkatFTP1.Disconnect() that I can think of and
all to no avail. Can you tell me what the proper
close statement and/or arguments should be ? I
would greatly appreciate this little tidbit if
you have yours up and running.
Thanks
Posted by: Bill at August 15, 2005 1:12 PM
Not sure what could be going on ... it's pretty simple from what I can see. Here's the line of code that I have working:
If (ftp.IsConnected) Then ftp.Disconnect
You might check Err.Description after a failure to see if it has any clues.
Comments
Read the article that everyone's commenting on.
Subscribe to the RSS Feed for comments on this article.
I'm looking for FTP Program in VB.
Posted by: Koushik at April 18, 2004 8:47 PMI want to get the FTP program using VB 6.0
Posted by: daitt at July 20, 2004 1:03 AMCan you help me now???
I just read the information at the top of the page
Posted by: daitt at July 20, 2004 1:07 AMI want to get the FTP program that will search for a file in server and bring the file to local machine using VB 6.0
Posted by: saikat at September 29, 2004 5:17 AMCan you help me now???
I want the sourcecode of file transfering in VB
Posted by: anish at October 30, 2004 11:20 AMDO you have an idea why I my client can not upload a file using FTP of a form created using VB 6?
Thanks
Posted by: Mike K at March 22, 2005 1:54 PMyour article was great.
Good luck
Mike
Posted by: Mike k at March 22, 2005 2:00 PMHow can i send and get a file to a specified ip address
Posted by: Mantu at April 5, 2005 5:28 PMhow can i check active ip s on internet
I started developing with Chilkat FTP. All works
great in VB 6 with one exception. I cannot close
a session. I have used every derivative of
ChilkatFTP1.Disconnect() that I can think of and
all to no avail. Can you tell me what the proper
close statement and/or arguments should be ? I
would greatly appreciate this little tidbit if
you have yours up and running.
Thanks
Posted by: Bill at August 15, 2005 1:12 PMNot sure what could be going on ... it's pretty simple from what I can see. Here's the line of code that I have working:
If (ftp.IsConnected) Then ftp.Disconnect
You might check Err.Description after a failure to see if it has any clues.
Posted by: Leo at August 17, 2005 8:41 AMTo post a comment on "How can I FTP from my VB program?", please return to that article's main page.