Give that a hoot...Code:Dim LocFile As String Dim SerFile As String LocFile = "C:\test.txt" SerFile = "test.txt" With Inet1 .Protocol = icFTP .URL = "xxx.xxx.xxx.xxx" .UserName = "xxx" .Password = "xxx" .Execute , "PUT " & LocFile & " " & SerFile End With
Hope that helps,
D!m
PS. Just copy and paste this code onto a form with the inet control. It SHOULD work. If not then it could be because inet is a piece made by MS so i wouldn't rely on it much.
[Edited by Dim on 08-25-2000 at 04:11 AM]




Reply With Quote