FTP issue

xlameee

Explorer
Joined
Jun 22, 2018
Messages
87
Hello

I am trying to setup ftp server for yetishare script, but when I test it I get this

Test FTP Server

- Making sure ftp functions are available in PHP... FTP functions found.

- Finding file server ftp on ip 10.15.15.12 (port: 21)... Successfully found.

- Authenticating with stored user 'dia' and password [HIDDEN]... Successfully authenticated.

- Changing to storage directory: /... Successfully changed directory.

- Attempting test upload to: /... Could not upload a file to /!

should be some permissions, but when I access it with WinSCP I have full access

No problem uploading downloading deleting
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
And what happens when you do the FTP by hand? SCP and FTP are entirely different things.
 

xlameee

Explorer
Joined
Jun 22, 2018
Messages
87
Not SCP I used WinSCP software to access FTP server.
I had no problem to access it via WinSCP software.

I solved that issue. It was my firewall blocking it and not the ftp port 21, but this script is using some high number ports for something, then I allowed to access ports from 20000 to 60000 and the problem was solved
 
Top