Page 1 of 1

mintUpload 2 ftp config

Posted: Fri Jan 23, 2009 5:15 pm
by chameleon
I am trying to configure mintUpload 2 to upload to my server.

In,

Code: Select all

~/.linuxmint/mintUpload/services/
I have the text file,

Code: Select all

type=FTP
    name=My own FTP service
    host=myhost.com
    user=myusername
    pass=mypassword
    path=myuploads
Obviously, the above details have been replaced by mine.
I did create a folder on my server called 'myuploads' with write permissions.

When I upload a file, the progress bar gets to 99% and a message reports that the file has been uploaded.
I am unable to find the file anywhere on my server. :(

Any tips much appreciated.

Re: mintUpload 2 ftp config

Posted: Sat Jan 24, 2009 1:07 pm
by chameleon
still no luck...any ideas welcome :(

SOLVED-Re: mintUpload 2 ftp config

Posted: Sun Jan 25, 2009 8:23 am
by chameleon
This works;

Code: Select all

path=public_html/myuploads/
:D

Re: mintUpload 2 ftp config

Posted: Sun Jan 25, 2009 10:40 am
by churchyard
Hi guys, I'm trying to add URL to FTP service, but it doesn't work, what am I doing bad?

Code: Select all

type=FTP
name=Neverhood/files
host=*
user=*
pass=*
path=files
url=http://neverhood.etomite.cz/files/<FILE>

Re: mintUpload 2 ftp config

Posted: Sun Jan 25, 2009 10:49 am
by chameleon
I think you have to input the 'absolute path' to 'files' on your server.
This will have the form,for example, 'public_html/' or 'www/' and don't forget the forward slashes (as above in my case)
You can often find this path from your FTP client.

Re: mintUpload 2 ftp config

Posted: Sat Feb 28, 2009 7:21 am
by churchyard
No problem, this IS the absolute patch. I just want the aplication to return a link to that file.