Alternative to liburlftpcommand for mobile?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Scoperzor
Posts: 78
Joined: Tue Jan 27, 2015 1:10 pm

Alternative to liburlftpcommand for mobile?

Post by Scoperzor » Fri May 06, 2016 7:58 am

Hi all, I'd like to know if there is an alternative for the libURLftpCommand function for mobile devices?

What I need to do is check the list of files in a particular directory on an FTP server, which I can successfully do on desktop with the following code:

Code: Select all

get liburlftpcommand("ls",sHost,sUsername,sPassword)
put url ("ftp://" & sUsername & ":" & sPassword & "@" & sHost) into fileList
How can I do the same on mobile? Thank you.

Post Reply