Notices


Reply
Thread Tools
Posts: 526 | Thanked: 99 times | Joined on Sep 2009
#1
Hi all,

I haven't managed to find anything here yet.

I'm looking for an FTP client for my phone so I can FTP items to various servers else where if need be.

Now for me to remote desktop into my work PC I have to first set up a VPN from my home PC. Is this going to be possible for Maemo 5 for the N900?

Thanks in advance.
I
__________________
Christopher Stobbs

My Blog
 
Andre Klapper's Avatar
Posts: 1,665 | Thanked: 1,649 times | Joined on Jun 2008 @ Praha, Czech Republic
#2
For FTP, there is a port of gFTP in the making.
It's not yet ready in the Extras repository (the "maemo.org" application catalogue in the Application Manager) and hence is currently in Extras-Testing or Extras-Devel which should not be used by average end-users as the software could potentially harm your device. Use at your own risk.
__________________
maemo.org Bugmaster
 

The Following User Says Thank You to Andre Klapper For This Useful Post:
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#3
Does Maemo 5 still come with the 'curl' application pre-installed? Or at least available in a repo? I use it to upload files to an ftp server.
e.g.
Code:
curl -T filename ftp://user:password@machine:/path/to/store/
If I need to send many files (e.g. all the photos from the SD card from my camera) I do the above in a shell loop:
Code:
for i in *.JPG; do
 curl -T $i ftp://user:password@machine:/path/to/store/
done
For downloading it's simpler to just use the browser.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
Posts: 515 | Thanked: 266 times | Joined on Nov 2009 @ Oelsted, Denmark
#4
Originally Posted by TA-t3 View Post
Does Maemo 5 still come with the 'curl' application pre-installed? Or at least available in a repo? I use it to upload files to an ftp server.
e.g.
Code:
curl -T filename ftp://user:password@machine:/path/to/store/
If I need to send many files (e.g. all the photos from the SD card from my camera) I do the above in a shell loop:
Code:
for i in *.JPG; do
 curl -T $i ftp://user:password@machine:/path/to/store/
done
For downloading it's simpler to just use the browser.
Just did a apt-cache search curl and I found libcurl3... Is that the package Your looking for?
__________________
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...
 
Posts: 27 | Thanked: 5 times | Joined on Dec 2009
#5
Originally Posted by stobbsc View Post
Hi all,

I haven't managed to find anything here yet.

I'm looking for an FTP client for my phone so I can FTP items to various servers else where if need be.

Now for me to remote desktop into my work PC I have to first set up a VPN from my home PC. Is this going to be possible for Maemo 5 for the N900?

Thanks in advance.
I
i dont get what you mean with remote desktop and vpn

vpn is for integrating secure connection to a remote network
if you would like to perform remote desktop actions, than you might look at VNC
 
Posts: 515 | Thanked: 266 times | Joined on Nov 2009 @ Oelsted, Denmark
#6
Look at my signature... And search for rdesktop (for connecting to Windows boxes), or VNCviewer... Also search for vpn... It's all there...

EDIT -> There's also openconnect...

All You have to do is choose...
__________________
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...
 
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#7
Originally Posted by DrWilken View Post
Just did a apt-cache search curl and I found libcurl3... Is that the package Your looking for?
That was an old posting you were replying to.. since then I've got my own Maemo 5 device.
And no, libcurl3 is just the library, there's a curl application too, which doesn't seem to be available.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:17.