|
|
2009-11-25
, 17:44
|
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#2
|
| The Following User Says Thank You to Andre Klapper For This Useful Post: | ||
|
|
2009-11-25
, 18:55
|
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#3
|
curl -T filename ftp://user:password@machine:/path/to/store/
for i in *.JPG; do curl -T $i ftp://user:password@machine:/path/to/store/ done
|
|
2010-01-02
, 22:20
|
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#4
|
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.
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:curl -T filename ftp://user:password@machine:/path/to/store/
For downloading it's simpler to just use the browser.Code:for i in *.JPG; do curl -T $i ftp://user:password@machine:/path/to/store/ done
|
|
2010-01-02
, 22:25
|
|
Posts: 27 |
Thanked: 5 times |
Joined on Dec 2009
|
#5
|
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
|
|
2010-01-02
, 22:26
|
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#6
|
And search for rdesktop (for connecting to Windows boxes), or VNCviewer... Also search for vpn... It's all there... 

|
|
2010-01-04
, 09:20
|
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#7
|
Just did a apt-cache search curl and I found libcurl3... Is that the package Your looking for?

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