Excuse me in case if this question sounds foolish :).
I have a godaddy domain and own FTP, what I would like to do is to store submitted files from a form from my website to my FTP via my godaddy domain.
For instance, let's say this is my domain in godaddy "http://www.example.org" and I have my FTP credentials ex Host = eabc.org, username and password. while submitting a form in my website, It will post a file to my godaddy domain, from godaddy the submitted file should be stored in a folder created in my ftp.
To achieve the above, the below is the code I use to post file to my godaddy domain
<form action="example.org"; method="POST" enctype="multipart/form-data"> <input type="file" name="image" /> <input type="submit"/> </form>
I know it can be done by PHP, but I would like to know if there is any properties/settings in godaddy to store this posted file in my own FTP