Page 1 of 1

TIP library

Posted: Fri Oct 06, 2006 4:06 am
by Vikthor
Hi all :

I'm using TIP library to update somes file into my FTP

This code gives me a beautiful GPF

Code: Select all

FUNCTION Test()
LOCAL oFtp
LOCAL lTrace := .T.

oCred:= tIPCredentials()
cServer   := "vikthor.com.mx"
cUser     := "MyUser"
cPassword := "MyPassword"
?cUrl      := "ftp://" + cUser + ":" + cPassword + "@" + cServer

oUrl := tURL():New( cUrl )    <<< ------ ERROR :)

?oUrl:cUserId
?oUrl:cPassword
?oUrl:cServer
?oUrl:nPort
RETURN

any suggest ?