Thread: FTP, upload files
hey guys! i'm working on media player. software boxee. made folder called media in /home/user, i'm putting media. want upload files there windows pc, ftp. i've installed vsftpd. config file (without comments) looks this:
when connect using filezilla (192.168.1.70, ip, root username+password, no port)code:listen=yes local_root=/home/bastiaan/media chroot_local_user_enable=yes local_enable=yes write_enable=yes anon_upload_enable=no use_localtime=yes xferlog_enable=yes connect_from_port_20=yes secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem
says connection refused server. doing wrong?
if don't absolutely need ftp (and doesn't it), install openssh-server , use sftp instead. can use filezilla too, , it's less of hassle configure.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] FTP, upload files
Ubuntu
Comments
Post a Comment