maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Is there an app for transfering files over my wireless internet? (https://talk.maemo.org/showthread.php?t=63526)

Bidybag 2010-10-08 10:35

Is there an app for transfering files over my wireless internet?
 
Is there an app for transfering files over my wireless internet?

AlMehdi 2010-10-08 10:40

Re: Is there an app for transfering files over my wireless internet?
 
I would use OpenSSH.. you need to learn how it works though. But it is exelent for doing this kind of things.

maxximuscool 2010-10-08 10:41

Re: Is there an app for transfering files over my wireless internet?
 
SSH, DLNA, Rygel, FTF app in repos

acvetkov 2010-10-08 10:43

Re: Is there an app for transfering files over my wireless internet?
 
Answer: Yes you can.

Your second question: How?

Our Answer: From where to where... what OS (assuming you are talking about a computer)

When ask ask a question always provide the available information regarding this question.

ZogG 2010-10-08 10:46

Re: Is there an app for transfering files over my wireless internet?
 
i don't know any of it for computer. as all of them. as program has to know to whom to connect and what to share. so it would be server on one side and slient on other(ftp, samba e.g.) but u can think about p2p realization i think as wel

JonWW 2010-10-08 11:08

Re: Is there an app for transfering files over my wireless internet?
 
Install OpenSSH as AlMehdi said, then assuming your PC is Windows based and you want to transfer between you PC and your phone install WinSCP
The beauty of WinSCP and OpenSSH is that you have full access to the entrie phone, so be careful as you will have root access.
Your documents storage on your phone is:
/home/user/MyDocs

IINexusII 2010-10-08 11:16

Re: Is there an app for transfering files over my wireless internet?
 
or you could use dropbox, with dropn900 app installed on the phone

berlinermaxe 2010-10-08 11:21

Re: Is there an app for transfering files over my wireless internet?
 
try this:
http://www.pocket.at/maemo/?p=5700

spanner 2010-10-08 12:11

Re: Is there an app for transfering files over my wireless internet?
 
Quote:

Originally Posted by berlinermaxe (Post 836270)

TinySMB gets my vote too. It's the best solution for easy sharing with your Windows-based friends, and has quite a nice "wow" factor :)

It's a bit of a hassle to have to edit the config file & restart the server every time your IP address changes though.

mrsellout 2010-10-08 12:23

Re: Is there an app for transfering files over my wireless internet?
 
It depends which way you want to do the copying. If your using the networked device to do it then the aforementioned ways are probably the best - TinySMB at the forefront for those using a gui to do the copying.

If you want to use the n900 to do the copying then my preference is to use Wizard-mounter to mount the network pc share on your n900 and then use filebox or the filemanager to copy files accross.

JonWW 2010-10-08 12:33

Re: Is there an app for transfering files over my wireless internet?
 
Quote:

Originally Posted by spanner (Post 836304)
It's a bit of a hassle to have to edit the config file & restart the server every time your IP address changes though.

Set your phone's IP address on your router to always give it a static IP adress.

spanner 2010-10-08 12:42

Re: Is there an app for transfering files over my wireless internet?
 
Quote:

Originally Posted by JonWW (Post 836318)
Set your phone's IP address on your router to always give it a static IP adress.

If I'm on my router, I use SCP, UPnP or even NFS to copy.

TinySMB's advantage is that it lets you easily share files on someone else's Windows network without installing any software or touching their router.


(also, my idiot Linksys WRT54GL can't allocate a static IP address via DHCP, but that's another story)

jedi 2010-10-08 13:07

Re: Is there an app for transfering files over my wireless internet?
 
Quote:

Originally Posted by spanner (Post 836328)
(also, my idiot Linksys WRT54GL can't allocate a static IP address via DHCP, but that's another story)

Seen this? http://www.dd-wrt.com/ - it rocks :)

slender 2010-10-08 13:17

Re: Is there an app for transfering files over my wireless internet?
 
Btw.
I like tinysmb but i have problems with it

-I seems to disconnect itself from time to time (middle of transfer or just before connecting)
-Transfer speed is slower compared to SSH
-To connect from win 7 64-bit I have to use IP address of N900. N900 is shown in network but if i click it nothing happens. By using \\ipaddressofn900 to explorer address field it works.

Actually this is why I sometimes would like to PAY for apps so that I can demand one click functionality without tweaking and reporting bugs :)

Bidybag 2011-02-17 10:25

Re: Is there an app for transfering files over my wireless internet?
 
I tried TinySmb and everytime i try to copy a file from my computer (windows 7) to my phone i get the message: "To many files currently in use. Quit one or more programs, and then try again". It transfers the file but its 0kb, no data is actually there.

I dont have the file open or anything. Neve see this message before. It does it with any type of file i try.

soabwahott 2011-02-18 22:53

Re: Is there an app for transfering files over my wireless internet?
 
Quote:

Originally Posted by mrsellout (Post 836309)
If you want to use the n900 to do the copying then my preference is to use Wizard-mounter to mount the network pc share on your n900 and then use filebox or the filemanager to copy files accross.

Agreed, Wizard-mounter + a filemanager works well.

You'll need to write a shell script to mount with custom ports numbers, e.g. using ssh tunnels.

rotoflex 2011-02-19 03:10

Re: Is there an app for transfering files over my wireless internet?
 
Install Personal IP Address so that you can see the phone's IP address on it
Install tinysmb & start it
If using Windows, open Windows Explorer & type //(ip address shown on your phone) in the address bar

The directory you have set up to share in tinysmb will then show up in Windows Explorer.

chris_r 2011-02-19 03:30

Re: Is there an app for transfering files over my wireless internet?
 
run a local FTP server on your desktop?

MikeCC 2011-03-27 17:39

Re: Is there an app for transfering files over my wireless internet?
 
Has anybody an idea how to mount a tinysmb share in Ubuntu?
I see the files in Nautilus in "smb://192.168.2.100/mydocs/"
But I'm to stupid to mount the share.
I tried e.g.
Code:

# sudo smbmount //192.168.2.100/MyDocs /media/n900a
and get
Code:

mount error(5): Input/output error
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

or
Code:

sudo mount -t cifs -o guest //192.168.2.100/MyDocs /media/n900a
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

What's wrong? Any logs where should I look?

dekkelkamp 2011-03-27 17:46

Re: Is there an app for transfering files over my wireless internet?
 
Quote:

Originally Posted by MikeCC (Post 976707)
Has anybody an idea how to mount a tinysmb share in Ubuntu?
I see the files in Nautilus in "smb://192.168.2.100/mydocs/"
But I'm to stupid to mount the share.
I tried e.g.
Code:

# sudo smbmount //192.168.2.100/MyDocs /media/n900a
and get
Code:

mount error(5): Input/output error
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

or
Code:

sudo mount -t cifs -o guest //192.168.2.100/MyDocs /media/n900a
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

What's wrong? Any logs where should I look?

In ubuntu or other gnome based desktops you can just go to the places menu, choose connect to server and enter your details under 'windows share'. when you choose to add a bookmark, your n900 will be accessible trough the places menu. It's mounted in /home/username/.gvfs if i'm correct.

MikeCC 2011-03-27 19:24

Re: Is there an app for transfering files over my wireless internet?
 
Thanks dekkelkamp, it works! I can use this as workaround.


All times are GMT. The time now is 11:51.

vBulletin® Version 3.8.8