url upload v4.0full

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
Hello,

just wondering if there is anything that needs to be installed on the server for url upload to work, i always get Error: Could not get remote file. regular file upload works fine
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
It works best with curl installed although it should also fallback without
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
ya curl is installed, only works with urls on the same domain any external urls fail
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Can you get external files via ssh using wget? Just wondering if it's a general issue on the server. i.e. dns lookup related
 

dfdssfsfd3806

Member
YetiShare User
Apr 4, 2014
271
0
16
did you put your server in convert.php like this ?

Code:
/*
 $directFileServers[] = array(
	 'file_server_id' => 2,
	 'ssh_host' => 'fs1.yourhost.com',
	 'ssh_username' => 'username',
	 'ssh_password' => 'password',
	 'file_storage_path' => '/path/to/your/files',
 );
 */
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
dfdssfsfd3806 said:
did you put your server in convert.php like this ?

Code:
/*
 $directFileServers[] = array(
	 'file_server_id' => 2,
	 'ssh_host' => 'fs1.yourhost.com',
	 'ssh_username' => 'username',
	 'ssh_password' => 'password',
	 'file_storage_path' => '/path/to/your/files',
 );
 */
This relates to the media converter plugin, he's talking about the remote upload.
 

dfdssfsfd3806

Member
YetiShare User
Apr 4, 2014
271
0
16
ah ok well I had that problem just a code file and chmod in the problem of erased in / core / page file / ajax / files seen as cron job not working I had to make this command cron

* * * * * rm -rf /home/netflux/public_html/core/page/ajax/files/
 

neil3834

New Member
YetiShare User
Apr 10, 2014
57
0
0
service csf stop
service iptables stop
ping remote.serve.example.com
traceroute remote.server.example.com

Then service __ start for whichever service was stopped successfully.
Let me know if you still have problems...
:)
 

neil3834

New Member
YetiShare User
Apr 10, 2014
57
0
0
Well if you want help, you are going to have to learn to start providing some details.

*shrug*