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.
Copy files to Linux server
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Naonah
- Posts: 357
- Joined: Sun Apr 04, 2010 11:12 pm
Copy files to Linux server
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
-
- Posts: 387
- Joined: Mon Jun 09, 2008 6:08 pm
Re: Copy files to Linux server
how about you install ftp?
- Naonah
- Posts: 357
- Joined: Sun Apr 04, 2010 11:12 pm
Re: Copy files to Linux server
I lost almost all day to install FTP and this is not working 
I added a user Pisior and he cant connect to FTP (Access danied). Port 21 is open

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;
}
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Copy files to Linux server
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 99
- Joined: Wed Jan 04, 2006 12:51 am
Re: Copy files to Linux server
If you have ssh, you can use scp or sftp. I think the windows program that does this is called WinSCP.
-
- Posts: 387
- Joined: Mon Jun 09, 2008 6:08 pm
Re: Copy files to Linux server
did you setup home folder for that account?
And like kotk said you can use sftp (Port 22)
And like kotk said you can use sftp (Port 22)
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Copy files to Linux server
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;
public static final int PI = 3.1415926535897932384626433832795;
- Naonah
- Posts: 357
- Joined: Sun Apr 04, 2010 11:12 pm
Re: Copy files to Linux server
fixed, thank you guys 
closed

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