•
•
•
•
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
![]() |
•
•
Join Date: Nov 2007
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
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.
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.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- backing up website/ftp site (Web Developers' Lounge)
- Creating an auto update function in an app (C)
- FTP Delivery Client (Pascal and Delphi)
- UDP File Transfer Question (Java)
- Help with HJT log (Viruses, Spyware and other Nasties)
- Please check this LOG ... Sys32 window opens on startup (Viruses, Spyware and other Nasties)
- help much needed !! (OS X)
- Mandrake? (*nix Software)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Delphi to vb6.0
- Next Thread: VB6 - FTP within Visual basic environment


Linear Mode