I find this one pretty strange. I know ios is more limited than the desktop re: FTP.
But cant understand why the desktop will automatically create a folder on the server if none exists but ios wont.
This works on desktop but not on ios.. note the inclusion of the folder Airweaver, that does not already exist on the server:
Code: Select all
on mouseUp
put"ftp://username:"& URLEncode(password) & "@ftp.doobox.co.uk/public_html/Airweaver/"&gSelectedStackCode&".png" into tURL
put image "imageholder" into URL tURL
end mouseUp
Code: Select all
put"ftp://username:"& URLEncode(password) & "@ftp.doobox.co.uk/public_html/"&gSelectedStackCode&".png" into tURL
put image "imageholder" into URL tURL