Re: Internet Programming

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"boaz" <nospam@xxxxxxxxx> wrote in
news:OSDSMy4wFHA.3864@xxxxxxxxxxxxxxxxxxxx:

> Hi,
>
> When I search for Internet programming with VB6, it always come back
> with all the ASP posts with VB Script.
>
> What I really want to do is to write a VB6 frontend that will collect
> data and then send the data to a remote computer. The easiest
> solution is to zip the data and FTP it back home. But FTP is not
> secure. The last time I check, I can use POST to send the data to a
> HTTPS page. However, the size of the data I collect is pretty big.
>
>
>
> Any pointer?
>
> Thansk!
>
>
>

Why is FTP not secure ?
.



Relevant Pages

  • Internet Programming
    ... all the ASP posts with VB Script. ... What I really want to do is to write a VB6 frontend that will collect data ... But FTP is not secure. ...
    (microsoft.public.vb.enterprise)
  • Re: Saving image from web without using adodb.stream
    ... It's easy to install an FTP program if you ... code and string the server gave to your request. ... You can download the source code for a VB6 ... VB6 with no dependencies other than the VB6 runtime. ...
    (microsoft.public.scripting.vbscript)
  • Re: FTP upload progress
    ... Winsock control, I am trying to take the FTP process out of the VB ... I tried using the both Inet control and the Winsock control in VB6 ... get the upload progress. ...
    (microsoft.public.vb.general.discussion)
  • Re: Webexception Error FTP 501
    ... If you are looking for a full C# FTP library, ... Dim ftpResponse As FtpWebResponse = CType(ftpRequest.GetResponse, ... I am fairly new to VB 2005 (moving on from VB6) but I have used the ... wininet.dll (InternetOpen, InternetConnect, FtpGetFile) to do the same ftp ...
    (microsoft.public.dotnet.framework)
  • Re: Webexception Error FTP 501
    ... The 501 error means there is a syntax error in parameters or arguments. ... Many FTP commands include parameters. ... I receive a Webexception error of "The remote server returned an error: ... I am fairly new to VB 2005 (moving on from VB6) but I have used the ...
    (microsoft.public.dotnet.framework)