problem in transferring files to Unix box
microsoft internet transfer control , i am getting "CONTROL + M " on
each line .
This means that the transfer was not proper .
This is my code .
Code:
Dim b()AsString
Dim strURLAsString
Inet1.URL ="ftp://ip address"
Inet1.Protocol = icFTP
Inet1.AccessType = icDefault
Inet1.UserName ="root"
Inet1.Password ="Compaq"
Inet1.RemotePort = 21
Inet1.RequestTimeout = 100
Inet1.Execute ,"PUT C:\hosts.txt /in/tmp/hosts"
Dim strURLAsString
Inet1.URL ="ftp://ip address"
Inet1.Protocol = icFTP
Inet1.AccessType = icDefault
Inet1.UserName ="root"
Inet1.Password ="Compaq"
Inet1.RemotePort = 21
Inet1.RequestTimeout = 100
Inet1.Execute ,"PUT C:\hosts.txt /in/tmp/hosts"
Is there anyway to transfer the file in binary ?
sars

