Search found 1 match
- Mon Jan 12, 2009 1:57 pm
- Forum: Internet
- Topic: Browse files with FTP commands
- Replies: 0
- Views: 2557
Browse files with FTP commands
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 ...