^ You can simply use Samba to access the files from windows over the network. There is no need to even WinSCP the files.
Can you SSH via linux?
install ext2fsd ext file format support in windows and copy paste what file you want to the usb drive from windows explorer. no need of samba or anything.
you can browse all linux files with this easily from windows.
That is what he was using PuTTy for.You need to telnet from windows , ssh does not exists on windows
make a cron job. i made a simple one for my pogo running on debian. it shuts down properly and automatically & even shuts off connected usb disk.i want to shutdown my pogo plug before switching it off
crontab -e
#to shutdown machine everyday at 8:00am
00 8 * * * /sbin/shutdown -h -t 10 now
[root@alarm torrent]# flexget --checkTraceback (most recent call last):
File "/usr/bin/flexget", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2807, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 690, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: beautifulsoup4>=4.1,<4.2