benkly
Junior Member
Posts: 62
|
Post by benkly on Oct 19, 2006 23:36:31 GMT 7
Hi,
is there any module out there that allows me to log on the thecus over ftp as root. So that I can copy files around. I dont think that will be a big deal, cause the twonkyvision module got a webinterface in that I can watch the root folder to tell twonky where the iTunes database is.
Greets, Benny.
|
|
mshapf
Junior Member
Posts: 74
|
Post by mshapf on Oct 19, 2006 23:43:57 GMT 7
I'm not sure thow the ftp deamon is configured, however an option could be to use SCP (Secure Copy). Try a GUI version like winscp...
HTH, Mshapf
|
|
benkly
Junior Member
Posts: 62
|
Post by benkly on Oct 20, 2006 23:24:10 GMT 7
Hi,
I try with winscp, but nope. Dont work, connection refused. But I dont know so much about how to work with winscp. Maybe you can try it ones.
Greets, Benny.
|
|
|
Post by getmythe on Oct 21, 2006 0:51:15 GMT 7
Secure copy does work perfectly!
I do not have a recipe for Windows but in Linux or Mac OS X I use the following trick to transfer file "mylocalfile" to share "myshare" (scp will ask for the root password after hitting enter):
scp "mylocalfile" root@mythecus:/raid/myshare/
Any GUI based tool should be able to accomplish the same.
|
|
mshapf
Junior Member
Posts: 74
|
Post by mshapf on Oct 21, 2006 14:23:04 GMT 7
Make sure you're using the SCP protocol and not SFTP protocol. Obviously you also need to have the SSH daemon running. Check the SSH module on onbeat.dk/N2100
HTH, Mshapf
|
|