FTP Plugin Account Problem

luckylutz

New Member
YetiShare User
Aug 30, 2012
147
0
0
44
Schwitzerland
www.hoodload.com
Hi

I have buy the nice Feature FTP upload.
Now i have a little Problem.

FTP ERROR: Could not authenticate with FTP server gupload.biz

Create Userername and Password works

Create in my CPanel too.
But now my Problem.

In my CPanel Creates the Username with @gupload.biz

Like:
[email protected]

In my Website i see only admin879
with this information i cant login via FTP when i typ below @gupload.biz i can connect.

I cant change this on Server Side.

Greatings
Timmy
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

Try this:

Open plugins/ftpupload/site/includes/_append_index_tab_content.inc.php

Replace line 276 from this:

<td><?php echo $rs['ftp_user']; ?></td>

with this:

<td><?php echo $rs['ftp_user']; ?>@<?php echo $pluginSettings['connection_cpanel_host']; ?></td>

Regards,
Adam.
 

luckylutz

New Member
YetiShare User
Aug 30, 2012
147
0
0
44
Schwitzerland
www.hoodload.com
Thanks Adam

No i have the Domain on the End of the Username. thats great.
But the Error is not gone.

FTP ERROR: Could not authenticate with FTP server gupload.biz

Plugin disable not working too.

Greats
Timmy
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
I didn't catch the actual import part. I've updated the plugin code now, could you try re-downloading it to see if it fixes the problem. You can just extract the php code from the downloaded zip and upload it into plugins/ftpupload/