I've got an old Ricoh is200e scanner which I'm trying configure
for uploading scans to either a samba or ftp server. I've setup
both on my notebook and have it setup on a static IP in the house.
I think the problem is that the Ricoh is so locked down I cannot
work out what is wrong with the connection.
Here is my settings for the Samba setup
[upload]
comment=PDF Upload dir
read only=no
path=/home/myuser/upload
browseable = yes
guest ok=yes
I have added myuser to samba with
$ sudo smbpasswd -a myuser
I then restarted my smbd service.
When I test the settings it says
Connection to the Send File Path has failed.
Confirm the settings.
This is all the information I can get out of the scanner when
fails.
Here is my setup for ftp setup
Server side I've installed vsftp and configured it using the example file
/etc/vsftpd.conf
# Access rights
anonymous_enable=NO
local_enable=NO
write_enable=YES
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=NO
# Security
anon_world_readable_only=YES
connect_from_port_20=YES
hide_ids=YES
pasv_min_port=50000
pasv_max_port=60000
# Features
xferlog_enable=YES
ls_recurse_enable=NO
ascii_download_enable=NO
async_abor_enable=YES
# Performance
one_process_model=YES
idle_session_timeout=120
data_connection_timeout=300
accept_timeout=60
connect_timeout=60
anon_max_rate=50000
I then restarted the daemon and tested locallying with
ftp 10.1.1.13 and logged in with my user and I could see files. When I tried to test this through the scanner I get;
Connection to the FTP Server Address is available.
This looks good, but when going to scan it bombs out saying
'Sending data failed.'
I would be happy if I could get either of these working but the scanner doesn't seem to want to play the game so I thought I better double check these settings with other people out there.
Is there anything wrong either either of my samba / ftp setup? Should I be using something other than vsftp? Is there options in the scanner setup that should/shouldn't be on?
from
Michael
--
You received this message because you are subscribed to the Google Groups "mlug-au" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mlug-au+unsubscribe@googlegroups.com.
To post to this group, send email to mlu...@googlegroups.com.
Visit this group at https://groups.google.com/group/mlug-au.
For more options, visit https://groups.google.com/d/optout.
Hi Michael,
Maybe someone else can clarify smbpasswd defaults for me, but I thought
smbpasswd -a created a disabled account that needs to be enabled with -e. I'm not able to test at the moment.
Chris (long time lurker)
To unsubscribe from this group and stop receiving emails from it, send an email to mlug-au+u...@googlegroups.com.
To post to this group, send email to mlu...@googlegroups.com.