fxp

Mobile

New member
Joined
Jun 24, 2003
Messages
4
how would i enable fxp so i can transfer my html data to my new server. i really need fxp please help


Thanks in advance Mobile
 
abit of a stupid question but can u do me a step by step guide please :)
the server doesn't have pico i don't know how to use any of the others.

cheers Mobile
 
alright, we'll use vi:

vi /etc/proftpd.conf

# use arrow keys to scroll into the <Global> section.

# press 'i' to enter the "insert" mode, and type

AllowForeignAddress on

# to give you the following:

<Global>
AllowForeignAddress on
DeferWelcome on
RequireValidShell no
DefaultRoot ~
....

# press ctrl-c to escape "insert" mode, then press shift-Z twice to save and quit.

service proftpd restart

# to restart proftpd.

John
 
Back
Top