maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [MeeGo] FTP Client for N9/N950? (https://talk.maemo.org/showthread.php?t=84882)

HtheB 2012-06-14 08:49

[MeeGo] FTP Client for N9/N950?
 
Are there any known working FTP Clients for Harmattan??

zlatko 2012-06-14 09:32

Re: FTP Client for N9/N950?
 
I am using LFTP. It is CLI though, that's what I like.

HtheB 2012-06-14 10:27

Re: FTP Client for N9/N950?
 
Quote:

Originally Posted by zlatko (Post 1221674)
I am using LFTP. It is CLI though, that's what I like.

Thanks, although a gui would be nice :p

RTA 2012-06-14 21:16

Re: FTP Client for N9/N950?
 
I have also been waiting for an GUI ftp app, I hope someone will develop an app soon.

www.rzr.online.fr 2012-06-14 21:32

Re: FTP Client for N9/N950?
 
check

http://rzr.online.fr/q/ftp

HtheB 2012-06-14 22:20

Re: FTP Client for N9/N950?
 
Quote:

Originally Posted by www.rzr.online.fr (Post 1222050)

Thanks, but ncftp is also CLI.
I'm actually searching for a GUI client :(

trompkins 2012-06-17 08:51

Re: FTP Client for N9/N950?
 
Why not use Midnight Commander's inbuilt FTP client?
I have 4.8.0-pre1 on my N900, works beautifully.
There's 4.7.0.9-2 in rzr's repo, it might have a broken FTP support though (it connects but doesn't list dir contents), you'd have to test it yourself.
I made a quick & dirty non-optified deb of 4.8.1.3 just in case, should work just fine -- it depends on libslang2 which is available from the official repo.

kollin 2012-09-20 20:09

Re: FTP Client for N9/N950?
 
Quote:

Originally Posted by trompkins (Post 1223083)
Why not use Midnight Commander's inbuilt FTP client?
I have 4.8.0-pre1 on my N900, works beautifully.
There's 4.7.0.9-2 in rzr's repo, it might have a broken FTP support though (it connects but doesn't list dir contents), you'd have to test it yourself.
I made a quick & dirty non-optified deb of 4.8.1.3 just in case, should work just fine -- it depends on libslang2 which is available from the official repo.

Sadly Aegis prevents installation of MC in Harmattan :(

HtheB 2012-09-20 20:34

Re: FTP Client for N9/N950?
 
Quote:

Originally Posted by kollin (Post 1269794)
Sadly Aegis prevents installation of MC in Harmattan :(

use inception to bypass aegis

pasis 2012-10-01 12:15

Re: FTP Client for N9/N950?
 
Hello.

I am currently developing Ftp-client for nokia n9 with a graphical UI.

Pics:
http://i.imgur.com/7f7tE.png

http://i.imgur.com/tJpc2.png

http://i.imgur.com/15I5q.png

It is a WIP.

For now:
-signing in ftp with or without authentication
-single file download
-file list for local and ftp-server,

Todo:
-Multiple file download
-Upload
-Download to user specified location
-Recent ftp-entries
-UI in need of improvents
-Icon

I have no device atm, so development is a little slow. Especially for Ui becouse QT N9 simulator sucks :)

What do you guys think? Comments on UI and features needed. Thanks.

thedead1440 2012-10-01 12:29

Re: FTP Client for N9/N950?
 
Hi pasis,

Your app is a great idea!

IMO, if you could have an inverted theme for the UI that would be great. Also, the ability to save the authentication. Lastly, the Download/Upload icons seem a touch out of place; maybe add them to the context menu below?

Thanks for the development :)

Bob_B 2012-10-10 01:49

Re: FTP Client for N9/N950?
 
Looks like this died a quick death.
Anyone know of a GUI FTP Client?

Kozzi 2012-10-10 11:16

Re: FTP Client for N9/N950?
 
Quote:

Originally Posted by Bob_B (Post 1278611)
Looks like this died a quick death.
Anyone know of a GUI FTP Client?

How? I know pasis and he is doing this in his freetime and without a device, so don't expect a rapid progress. Right now the problem is that he has no idea how to save login datas securely (instead of simple xml file) and the UI is broken in some parts.

macey 2012-10-10 12:26

Re: FTP Client for N9/N950?
 
Quote:

Originally Posted by trompkins (Post 1223083)
Why not use Midnight Commander's inbuilt FTP client?
I have 4.8.0-pre1 on my N900, works beautifully....

:(
Sadly, doesn't handle directories. a FileZilla port would be great...

misterc 2012-10-10 17:20

Re: [MeeGo] FTP Client for N9/N950?
 
derailling topic of course (:rolleyes:) i have learnt to appreciate
Code:

tcpsvd -vE 0.0.0.0 21 ftpd -w /media/mmc1/
on the N900, making it with very little fuss a lightweight FTP server
which is handier of course as even w/ mc copying files over on the N900 isn't exactly the handiest solution
mc and hw keyboard make it liveable in a pinch but accessing the N9(00) with a file manager from one's PC is much more confi, no?

is there something similar to tcpsvd on the N9?

munozferna 2012-10-10 17:35

Re: FTP Client for N9/N950?
 
Quote:

Originally Posted by Kozzi (Post 1278767)
How? I know pasis and he is doing this in his freetime and without a device, so don't expect a rapid progress. Right now the problem is that he has no idea how to save login datas securely (instead of simple xml file) and the UI is broken in some parts.

Maybe this can help

http://harmattan-dev.nokia.com/docs/...user.2Fprivate

pasis 2012-10-11 10:11

Re: [MeeGo] FTP Client for N9/N950?
 
Hello again.

Here is a first version on my ftp-client app.

http://goo.gl/jxahQ

Features:
-Download or upload single or multiple files.
-Remove file/files from server or own device.
-Login with and without user credentials
-User defined port (server : port, for example ftp.funet.fi:22), otherwise uses default (21)

Stuff that doesn't work atm:
-Folder upload/download
-Renaming
-Directory creation
-UI is a bit broken

Give it a try and remember to post feedbacks.

Leinad 2012-10-11 11:07

Re: [MeeGo] FTP Client for N9/N950?
 
Just tried it with a small Upload and it works! Nice! Thanks very much!

Needed a bit to figure out, how uploading is done, did it by copy & paste now. There are Upload and Download buttons at the top, but they seem to have no function (yet)?

Edit: Ah, i guess, these are no buttons, this is a preparation to show the speed...

Edit2: Idea for a new feature: compress / uncompress would be very cool :)

pasis 2012-10-11 11:36

Re: [MeeGo] FTP Client for N9/N950?
 
Quote:

Originally Posted by Leinad (Post 1279232)
Just tried it with a small Upload and it works! Nice! Thanks very much!

Needed a bit to figure out, how uploading is done, did it by copy & paste now. There are Upload and Download buttons at the top, but they seem to have no function (yet)?

Edit: Ah, i guess, these are no buttons, this is a preparation to show the speed...

Edit2: Idea for a new feature: compress / uncompress would be very cool :)


I just updated the link. Now the download and upload speed should work. If you could try it and comment?

Leinad 2012-10-11 11:54

Re: [MeeGo] FTP Client for N9/N950?
 
Yes, works now!

I think it's a bit confusing with the copy and paste buttons. When you have selected items on server- and client side, i'm not sure which items are copied / pasted. Maybe i would change it to only "upload" on client-side and only "download" on serverside...

Or i understood it in a wrong way, maybe...

pasis 2012-10-11 15:02

Re: [MeeGo] FTP Client for N9/N950?
 
Quote:

Originally Posted by Leinad (Post 1279263)
Yes, works now!

I think it's a bit confusing with the copy and paste buttons. When you have selected items on server- and client side, i'm not sure which items are copied / pasted. Maybe i would change it to only "upload" on client-side and only "download" on serverside...

Or i understood it in a wrong way, maybe...

Well the implimentation is so that you can only copy and past to the other. For example if you copy in Ftp you can only paste in Local no mater wheather you have selected on both sides.
So if you first copy on both sides and then paste on both sides it does the download/upload operations correctly to the opposite sides.

But you are right it might be better to do that Local has only download and Ftp only has upload.

_David_ 2012-10-11 18:30

Re: [MeeGo] FTP Client for N9/N950?
 
Looks good but why not port Bluefish?

HtheB 2012-10-11 23:12

Re: [MeeGo] FTP Client for N9/N950?
 
Quote:

Originally Posted by _David_ (Post 1279405)
Looks good but why not port Bluefish?

Because this is about a FTP app?...

Arf the Lab 2012-11-18 09:46

Re: [MeeGo] FTP Client for N9/N950?
 
Quote:

Originally Posted by pasis (Post 1279211)
Hello again.

Here is a first version on my ftp-client app.

http://goo.gl/jxahQ

Cool, thank you! All I need it for is uploading, and it does that just fine. And I am comfortable with the UI, it's quicker and easier than several FTP clients I used on Symbian.

The only new feature I would kindly suggest is an option to save FTP login and password info for later use, so they don't need to be entered in every time. With that simple option added, it would be a perfect app for me.

Thanks again for supporting MeeGo.

purplewakanda 2015-07-31 16:00

Re: [MeeGo] FTP Client for N9/N950?
 
@pasis Please upload it to https://openrepos.net

X-J 2015-08-03 06:49

Re: [MeeGo] FTP Client for N9/N950?
 
1 Attachment(s)
Hi,
can anyone test this application?
i tested but doesn't work for me...


All times are GMT. The time now is 02:14.

vBulletin® Version 3.8.8