Create new folder with ftp url
Posted: Sat Jul 16, 2011 2:01 pm
Hi there,
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:
This works on ios, posting directly to the root.. but that really is no good to me:
Can i get ios to create a folder on the server or not..?
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