Active Topics

 


Reply
Thread Tools
Posts: 51 | Thanked: 8 times | Joined on Aug 2011
#1
hi.
i'm looking for a reliable way to transfer files to my Jolla without having to go to a PC with the data cable.

I use the Android app called file expert on my Nexus 7 which can easily transfer from my NAS via FTP or Windows/Samba sharing but this app is unreliable when used with the Jolla, it either fails to copy or leaves the files and folders with the wrong permissions.

Does anyone know of a reliable Jolla or Android app for doing this? My NAS is running a DLNA server as well as FTP and windows sharing. I'd prefet to be able to copy to the internal storage rather than playing remotely.
 
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#2
Why don't just use scp? It is the simplest and the best for me.
 

The Following 4 Users Say Thank You to zlatko For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#3
+1

use winscp of filezilla on windows and sshfs on linux
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 2 Users Say Thank You to coderus For This Useful Post:
Posts: 51 | Thanked: 8 times | Joined on Aug 2011
#4
Thanks for the suggestion but doesn't this require me to push the files over from a PC client? Don't mean to be fussy but i'd rather be able to use a client on the Jolla to pull the files over.

Hope this makes sense!
 
jimmy neutron's Avatar
Posts: 140 | Thanked: 95 times | Joined on Nov 2010 @ Andromeda Galaxy
#5
Hi @Dirtymoon check out SailServer in Jolla Store... it's a wifi/web server
you will not be able to upload files (yet dev said this will be possible in the future) but you can save files on your Computer that are on your Jolla Device...

Kind Regards
__________________
Brain Blast !!! Never trust atoms they make up Everything...
 

The Following User Says Thank You to jimmy neutron For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#6
you can installl win-sshfs then and share folders you need. and then just mount windows share as folder in jolla.

but its better to find/wait/develop samba cifs for jolla to mount regular windows shared folders without using extra tools.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#7
Originally Posted by dirtymoon View Post
Thanks for the suggestion but doesn't this require me to push the files over from a PC client? Don't mean to be fussy but i'd rather be able to use a client on the Jolla to pull the files over.
Well it works both ways of course.
And for best effect you could use rsync over ssh, then it automatically transfers your data when you drop something in a folder, for example.
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#8
samba works fine
just need an rpm package done ....
then, a nice GUI , now, who will be ready with their QT skills?
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#9
Until the slow machine finishes building the complete SAMBA server

https://openrepos.net/content/nieldk/cifs-utils

Code:
/sbin/mount.cifs 

Usage:  mount.cifs <remotetarget> <dir> -o <options>

Mount the remote target, specified as a UNC name, to a local directory.

Options:
    user=<arg>
    pass=<arg>
    dom=<arg>

Less commonly used options:
    credentials=<filename>,guest,perm,noperm,setuids,nosetuids,rw,ro,
    sep=<char>,iocharset=<codepage>,suid,nosuid,exec,noexec,serverino,
    mapchars,nomapchars,nolock,servernetbiosname=<SRV_RFC1001NAME>
    directio,nounix,cifsacl,sec=<authentication mechanism>,sign,fsc

Options not needed for servers supporting CIFS Unix extensions
    (e.g. unneeded for mounts to most Samba versions):
    uid=<uid>,gid=<gid>,dir_mode=<mode>,file_mode=<mode>,sfu

Rarely used options:
    port=<tcpport>,rsize=<size>,wsize=<size>,unc=<unc_name>,ip=<ip_address>,
    dev,nodev,nouser_xattr,netbiosname=<OUR_RFC1001NAME>,hard,soft,intr,
    nointr,ignorecase,noposixpaths,noacl,prefixpath=<path>,nobrl

Options are described in more detail in the manual page
    man 8 mount.cifs

To display the version number of the mount helper:
    mount.cifs -V
Attached Images
 

Last edited by nieldk; 2014-04-20 at 19:46.
 

The Following 3 Users Say Thank You to For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#10
btw, you can add this to /etc/fstab to make it more permanent, and not having to issue a long command line every time you want to mount

//servername/sharename /media/windowsshare cifs username=msusername,password=mspassword 0 0

then it should mount when you (as root) mount -a
 

The Following User Says Thank You to For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 07:38.