I'm using TIP library to update somes file into my FTP
This code gives me a beautiful GPF
- Code: Select all Expand view
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 ?