Copy files to Linux server

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Copy files to Linux server

Post by Naonah »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hi:)

How can I copy my server files from local to dedicated machine based on Linux? FTP is not working

Thx.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
Evilus
Posts: 387
Joined: Mon Jun 09, 2008 6:08 pm

Re: Copy files to Linux server

Post by Evilus »

how about you install ftp?
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Copy files to Linux server

Post by Naonah »

I lost almost all day to install FTP and this is not working :evil:

I added a user Pisior and he cant connect to FTP (Access danied). Port 21 is open
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Copy files to Linux server

Post by janiii »

moved to offtopic as this has nothing to do with l2(j).
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: Copy files to Linux server

Post by kotk »

If you have ssh, you can use scp or sftp. I think the windows program that does this is called WinSCP.
Evilus
Posts: 387
Joined: Mon Jun 09, 2008 6:08 pm

Re: Copy files to Linux server

Post by Evilus »

did you setup home folder for that account?

And like kotk said you can use sftp (Port 22)
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Copy files to Linux server

Post by _DS_ »

Refer to your distributive documentation for how-to enabling ftp daemon - standalone or from inetd.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Copy files to Linux server

Post by Naonah »

fixed, thank you guys :)

closed
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
Post Reply