User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 455,976 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,797 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 843 | Replies: 1 | Solved
Reply
Join Date: Nov 2007
Posts: 4
Reputation: aclogics is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
aclogics aclogics is offline Offline
Newbie Poster

Question Using FTP within VB APP

  #1  
Nov 28th, 2007
I would like to create an application that would, after manipulating a text file, log on to a private FTP site and PUT that text file onto the server, and then logout.

I have the code to manipulate my text file and make it ready for sending and I have read that in VB documentation about the Internet transfer protocol. I wonder where in the code I need to declare the required settings like :

[Inet1.Proxy = "XXX.XXX.X.XX"
Inet1.AccessType = icNamedProxy]

and if this would work or not?

[With Inet1
.URL = "ftp://ftp.someFTPSite.com"
.UserName = "XXXXXXX"
.Password = "XXXXXXX"
.Execute , "PUT", "TEXTFILE.TXT"
.Execute ,"CLOSE" ' Close the connection.
End With]

Thanks for your precious help.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Oct 2008
Posts: 6
Reputation: khalidmehmoodaw is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
khalidmehmoodaw khalidmehmoodaw is offline Offline
Newbie Poster

Re: Using FTP within VB APP

  #2  
14 Days Ago
please use attached code.
Attached Files
File Type: zip Backup InetFTP.zip (6.4 KB, 2 views)
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Visual Basic 4 / 5 / 6 Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum

All times are GMT -4. The time now is 9:20 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC