How to get the list of files, directories? I tried this:
put libURLftpCommand("PWD",field "Entrada IP", field "Entrada usuario", field "Entrada contraseña") & CRLF after field "Directorio"
put libURLftpCommand("CWD /",field "Entrada IP", field "Entrada usuario", field "Entrada contraseña") & CRLF after field "Directorio"
put libURLftpCommand("PASV",field "Entrada IP", field "Entrada usuario", field "Entrada contraseña") & CRLF after field "Directorio"
answer libURLftpCommand("NLST ",field "Entrada IP", field "Entrada usuario", field "Entrada contraseña")
but always fails.
Also I dunno the use of this instruction:
libURLSetFTPListCommand "LIST"
Browse files with FTP commands
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Browse files with FTP commands
Thanks...
----------------
"Sharing, giving... and you will receive the best feeling"
----------------
"Sharing, giving... and you will receive the best feeling"