mintUpload 2 ftp config

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
chameleon

mintUpload 2 ftp config

Post 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.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
chameleon

Re: mintUpload 2 ftp config

Post by chameleon »

still no luck...any ideas welcome :(
chameleon

SOLVED-Re: mintUpload 2 ftp config

Post by chameleon »

This works;

Code: Select all

path=public_html/myuploads/
:D
churchyard

Re: mintUpload 2 ftp config

Post 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>
chameleon

Re: mintUpload 2 ftp config

Post 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.
churchyard

Re: mintUpload 2 ftp config

Post by churchyard »

No problem, this IS the absolute patch. I just want the aplication to return a link to that file.
Locked

Return to “Software & Applications”