Notices


Reply
Thread Tools
Posts: 2,014 | Thanked: 1,581 times | Joined on Sep 2009
#61
Not sure what people want as far as instructions on the app. You install the package and then follow any of a dozen configuration guides for proftpd

the config file is in /opt/etc

http://www.proftpd.org/docs/howto/ConfigFile.html

Is a basic example.
__________________
Class .. : Power Poster, Potential Coder
Humor .. : [*********] Alignment: Chaotic Evil
Patience : [***-------] Weapon(s): +2 Logic Mace
Agro ... : |*****-----] Relic(s) : G1, N900

 
Posts: 8 | Thanked: 0 times | Joined on Mar 2010
#62
maybe because we don't have the time to search dozens of guides to do such a simple think or maybe because there is no reason to have to search for instructions all over the web and mix and match steps, retry refail etc instead of the creator posting a simple but complete 1,2,3 guide of all the specific steps nessessary for anyone to have a running program in his device.
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#63
Thanks!
This is what I was looking for...
I don't know how I didn't see it before...
 
ndi's Avatar
Posts: 2,050 | Thanked: 1,425 times | Joined on Dec 2009 @ Bucharest
#64
Excellent effort, but I'm out of here. I have OpenSSH cramps every time I see a conf file that has no preconfiguration. The home site offers a conf example for anonymous and one for virtual sites (nothing in between). This might be second nature for Linux users, but it took me 4 days to start ssh on Windows - I ended up tarballing me the entire installation. True, some woes came with cywin conflicts.

Might I suggest the very nice implementation VNC server has. One icon in menu, once clicked you are good for one login, no password needed. Click the icon, open a connection via VNC.

Alternately, a password could be typed at startup. Password is inserted into the conf and daemon started. Upon exiting the app, daemon stops. So click the icon, type a random text, login. Elegant, simple, universal. Does not preclude the intended usage.

I'm fairly sure this could be implemented with a small shell script, allowing for a "ftpserver <password>" command. Unfortunately, I can't do Linux shell worth a damn.
__________________
N900 dead and Nokia no longer replaces them. Thanks for all the fish.

Keep the forums clean: use "Thanks" button instead of the thank you post.
 

The Following User Says Thank You to ndi For This Useful Post:
Posts: 134 | Thanked: 31 times | Joined on Mar 2010 @ Sao Paulo / Brazil
#65
I was copying some files from my N900 to my PC, and Norton alerted me that proftpd has a behaviour that looks like a trojan.

Does anyone know why?
 
Posts: 490 | Thanked: 191 times | Joined on May 2010
#66
Why not use already existing openssh-server package on n900 ?
You can then use winscp to connect to n900.
 
Posts: 134 | Thanked: 31 times | Joined on Mar 2010 @ Sao Paulo / Brazil
#67
Originally Posted by aligatro View Post
Why not use already existing openssh-server package on n900 ?
You can then use winscp to connect to n900.
Actually I prefer to use OpenSSH, but now I´m using an application that does not support SFTP.
 
ndi's Avatar
Posts: 2,050 | Thanked: 1,425 times | Joined on Dec 2009 @ Bucharest
#68
Originally Posted by igorlt View Post
I was copying some files from my N900 to my PC, and Norton alerted me that proftpd has a behaviour that looks like a trojan.

Does anyone know why?
Because it does. Accessing files and sending them over the wire is exactly what trojans are about.

I'm connecting the other way now. Server on PC, client on N900. At least that's a GUI app. Still rough around the edges, though, to chdir I have to select a folder than go to menu and choose File > change directory ... (even though ellipsis seem to suggest a dialog is about to happen).

Oh well. Hey, concurrent transfers.
__________________
N900 dead and Nokia no longer replaces them. Thanks for all the fish.

Keep the forums clean: use "Thanks" button instead of the thank you post.
 
Posts: 8 | Thanked: 0 times | Joined on Aug 2010
#69
Originally Posted by taril View Post
Ive got it! It was painful.

Here you are ppl:

http://ubuntuforums.org/showthread.php?t=79588
Thanks
Your link has made the configuration just easy
 
lazart's Avatar
Posts: 99 | Thanked: 64 times | Joined on Jun 2009 @ Stuttgart/Germany
#70
hello nononoyes,
i've tried your proftp configuration without all those scripts. i just want to start it in terminal if necessary, but i just get "530 login incorrect error". isn't your configuration possible without all that scripts?


edit: I also tried anonymous log in, while uncommenting that lines in config, nothing working.

here's my n900 proftp.conf:

Code:
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName                      "N900"
ServerType                      standalone
DefaultServer                   on

# Port 21 is the standard FTP port.
Port                            21

# Don't use IPv6 support by default.
UseIPv6                         off

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask                           022

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances                    30

# Set the user and group under which the server will run.
User                            nobody
Group                           nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot /home/user/

# Normally, we want files to be overwriteable.
AllowOverwrite          on

# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
  DenyAll
</Limit>

RootLogin on

## A basic anonymous configuration, no upload directories.  If you do not
## want anonymous users, simply delete this entire <Anonymous> section.
#<Anonymous ~ftp>
#  User                         ftp
#  Group                                ftp
#
#  # We want clients to be able to login with "anonymous" as well as "ftp"
#  UserAlias                    anonymous ftp
#
#  # Limit the maximum number of anonymous logins
#  MaxClients                   10
#
#  # We want 'welcome.msg' displayed at login, and '.message' displayed
#  # in each newly chdired directory.
#  DisplayLogin                 welcome.msg
#  DisplayChdir                 .message
#
#  # Limit WRITE everywhere in the anonymous chroot
#  <Limit WRITE>
#    DenyAll
#  </Limit>
#</Anonymous>

Last edited by lazart; 2011-03-26 at 19:02.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 21:29.