Como usar TFtp
Publicado: Jue Abr 05, 2012 11:52 pm
Senhores,
Estou tentando utilizar a Classe TFtp da seguinte forma:
// cPass, cUser, lFtpPas e cServerFtp variáveis carregadas anteriormente
With Object ::oFtp1
:cPassword := cPass
:cUser := cUser
:lPassive := lFtpPas
:Connect( cServerFtp ) // esta retornando .f.
:GetFile("lista.txt", ".Upgradelista.txt") // esta retornando .f.
End With
Forem não esta funcionado.
Quem poder me auxiliar,
Obrigado,
Marcelo Coelho Silva
Brasil.
Estou tentando utilizar a Classe TFtp da seguinte forma:
// cPass, cUser, lFtpPas e cServerFtp variáveis carregadas anteriormente
With Object ::oFtp1
:cPassword := cPass
:cUser := cUser
:lPassive := lFtpPas
:Connect( cServerFtp ) // esta retornando .f.
:GetFile("lista.txt", ".Upgradelista.txt") // esta retornando .f.
End With
Forem não esta funcionado.
Quem poder me auxiliar,
Obrigado,
Marcelo Coelho Silva
Brasil.