maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] - FTP Client (https://talk.maemo.org/showthread.php?t=55336)

poka64 2010-06-22 22:42

Re: [Announce] - FTP Client
 
Does this client support ssh keys? (id_rsa etc.)

tho 2010-06-23 18:15

Re: [Announce] - FTP Client
 
I am unable to successfully connect to my ftp server, the login process stalls at "changing directory".
I have attempted active and passive mode, both with the same result.

clovis86 2010-06-23 18:25

Re: [Announce] - FTP Client
 
working perfect now on sftp server for myself.
just waitin' now for a progress bar and / or a log history eventually
but so great improvements since the 1st release thanks again
I'm gonna kickout gftp from my N900 !

jojop2 2010-06-23 20:51

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by tho (Post 726658)
I am unable to successfully connect to my ftp server, the login process stalls at "changing directory".
I have attempted active and passive mode, both with the same result.

Which server software are you trying to connect to?

jojop2 2010-06-23 20:55

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by poka64 (Post 725637)
Does this client support ssh keys? (id_rsa etc.)

In first step I started with SFTP by User/Password authentication.
In next version, I try to implement with ssh keys.

At the moment an unknown ssh key is automatically added to the system, when connecting to a new server.

jojop2 2010-06-23 20:57

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by Mathias_M (Post 722800)
Thank you. I'm looking forward to it.

Is the new version working with filezilla server or do I have to investigate some time?

Soap77 2010-06-23 21:01

Re: [Announce] - FTP Client
 
I cant download a folder.
The program showing "downloading files" and the folder is created, but the files dont download..

jojop2 2010-06-23 21:19

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by Soap77 (Post 726838)
I cant download a folder.
The program showing "downloading files" and the folder is created, but the files dont download..

ftp or sftp connection?

do you have special characters in a filename or in a directory?

which server software are you connecting too?

tho 2010-06-24 00:07

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by jojop2 (Post 726820)
Which server software are you trying to connect to?

The server software is G6FTP v3.10.
I could also post the server logs via pm if required.

jojop2 2010-06-24 19:38

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by Creamy Goodness (Post 725565)
raidenftpd

here, made you a useless account with a text file you can try downloading:

ftp://maemo:test@creamy.no-ip.com:8888/

you can try implicit ssl on port 7777
explicit ssl (auth ssl/tls) on port 21

router has that box set to DMZ so it should just work.

Thanks for the test account.

I tried implementing explicit ssl but couldn't figure out how to build and install the python modul M2Crypto on N900.

Is someone out there, who could help?

alban 2010-06-26 16:17

Re: [Announce] - FTP Client
 
thanks a lot for this aplication which works has marvel on my n900, for my use
since the time when I to search
still thank you
I am french my English is bad

rajil.s 2010-06-28 17:57

Re: [Announce] - FTP Client
 
Uploading doesnt work for sftp. I ran N900ftp from command line and had this response
Code:


Remote-Dir :.
Remote-Path :/Pictures
Create Remote Dir =Rudra 23.06.10
Traceback (most recent call last):
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/helper/sftphelper.py", line 228, in run
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/helper/sftphelper.py", line 286, in uploadDirectory
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 561, in put
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 245, in open
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 628, in _request
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 675, in _read_response
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 701, in _convert_status
IOError: [Errno 2] No such file

any idea what might be wrong?

jojop2 2010-06-28 18:17

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by rajil.s (Post 732983)
Uploading doesnt work for sftp. I ran N900ftp from command line and had this response
Code:


Remote-Dir :.
Remote-Path :/Pictures
Create Remote Dir =Rudra 23.06.10
Traceback (most recent call last):
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/helper/sftphelper.py", line 228, in run
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/helper/sftphelper.py", line 286, in uploadDirectory
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 561, in put
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 245, in open
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 628, in _request
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 675, in _read_response
  File "/home/user/MyDocs/N900FTP/src/opt/n900ftp/paramiko/sftp_client.py", line 701, in _convert_status
IOError: [Errno 2] No such file

any idea what might be wrong?

Hi, I can't tell you without more details.
I assume it's because of strange file or directory names.
But without more information I can't solve it.
Is it possible for you to pm me a zip file with example content (dir and files)?

clovis86 2010-07-16 22:36

Re: [Announce] - FTP Client
 
Hi jojop,
I still can't browse different folder on a remote ssh sftp server
does anybody got some tricks for this ?
thanks anyway for answers
this project was moving in the right way !!!

PathFinder@9GS 2010-07-20 22:24

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by rash.m2k (Post 703394)
Uh dude did you try gFTP? It's already implemented!

gFTP? is it already ported for maemo? if it is.. where can i find it?

clovis86 2010-07-20 23:16

Re: [Announce] - FTP Client
 
yes it is but graphically poor and for example it's hard to see the complete file name
has to be finished definitely
was using it before this project showed up

PathFinder@9GS 2010-07-20 23:28

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by clovis86 (Post 758540)
yes it is but graphically poor and for example it's hard to see the complete file name
has to be finished definitely
was using it before this project showed up

I dont really care about graphics.. if i can run it under maemo .. thts al I want.
I basically use ftp scripts to manage my server data. can you tell me where to find it?

clovis86 2010-07-21 07:52

Re: [Announce] - FTP Client
 
apt-get install gftp

PathFinder@9GS 2010-07-21 16:18

Re: [Announce] - FTP Client
 
Oh I know that, I tried it already the moment I read gftp.
I downloaded gftp under easy debian but couldn't find under maemo.
Letme see if I can find it in devel or testing.
Thanks though :)

EDIT: apologies for starting up a discussion about another ftp in your thread.

PathFinder@9GS 2010-07-21 17:02

Re: [Announce] - FTP Client
 
Also tried the n900FTP client, I'm not sure if anyone reported this or now, but I think that the text fields for entering the server info should not have auto-capitalization .
Will post more feedback once I'm done listing the directory info (thats probab taking so much time cos of the number of files I suppose)

PathFinder@9GS 2010-07-21 17:26

Re: [Announce] - FTP Client
 
Alright let me sum up what I have found so far,

<Connecting to the server is no prob>

1. Once you connect to the server and you double click on the remote file location to change directories, app takes forever to populate the list showing that progress bar "Changing Directories". In this case I had 5000 image files in my server. ( not comparing, but for reference, filezilla took 12 seconds)

2. If the directory is huge , while it says "Changing directory" you press [Cancel]. The process will stop for half a second and resume again.

3. Once you select a file, I couldn't locate buttons for Transfer/Delete or anything.

4. If you change anything in the settings, ex. "Local View Mode" and exit the application. Next time when you launch it, the value of this property is reset to the default.

Will post again if I find anything.

krakinou 2010-08-24 22:33

Re: [Announce] - FTP Client
 
Great work!
I'm using your app every day with sftp and rsa key encrytption and it works great (except for this "unable to cancel" problem on connection to a server).

Do you plan to have a new version soon?

Krakinou

kl2010 2010-10-02 17:03

Re: [Announce] - FTP Client
 
i get the unable to cancel issue too. there may be other issues as well. for instances if i add more share directory to the user on the fliezilla server the change is not reflected on N900FTP, even after reconnecting. also changing the home directory to something else is also not updated.

an updated version surely but great thanks to the devloper for it as it is.

clovis86 2010-10-02 17:25

Re: [Announce] - FTP Client
 
No news from the guy for a lonG time. ..

jojop2 2010-10-02 21:27

Re: [Announce] - FTP Client
 
Hey folks,

I'm still here. Sorry for having not answered all the months.
Personal circumstances prevent me from spending time on this project.

I'm really surprised about the number of users, who filled this thread.

I must admit that I'm not the geek of programmer, who can implement e.g. protocol layers based on a definition.
What I do is searching for existing libraries and assemble them together to a gui, and even this might be only in a hackish way ;-)

Any programming help for improving this application, or in the first step, jut for solving some of the mentioned bugs would be really appreciated.

I would even give this project away to a person with more skills and time than I have. Please PM me in case some one is interested.

----------------------------------

Most annoying bug seems to be the broken cancel button function.
I promise to check at least if I'm able to fix it with my limited skiils when I find some mins.

So far, thanks again for using this app and for your replies.

clovis86 2010-10-03 00:19

Re: [Announce] - FTP Client
 
Maybe asking it in the brain thing for someone to keep it alive ?

gonediscin 2010-10-25 00:05

Re: [Announce] - FTP Client
 
It is stuck on changing directories. I have waited 5 minutes. I only have 800 files on my server. I am trying to connect to my host server with bluehost.com . Is there something special I might need to do?

jpaulwhite 2010-11-30 18:15

Re: [Announce] - FTP Client
 
All,
When I try to connect to my server (Which I can connect to fine from other computers) I get the following error (I ran n900ftp from the Command Prompt to get the error)

/home/user # python /opt/n900ftp/N900Ftp.py
Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 42 (X_SetInputFocus)
Resource id: 0x3c00018
Transfermode =
ACTIVE

Anyone have any hints? I'm thinking it's something to do with my display but I don't have anything unusual going on with my display. Lemme reboot my phone and see if that helps

Megaltariak 2010-11-30 18:34

Re: [Announce] - FTP Client
 
Don't run it as root.
Never run as root apps that don't need to ;)

jpaulwhite 2010-11-30 18:48

Re: [Announce] - FTP Client
 
I already knew that but thanks Mega. I was just following the instructions listed in this thread to get the error log up

I rebooted my phone and tried running it the normal way and I am still getting Connection Error!

Dammit. It worked one time and that is it.

jpaulwhite 2010-11-30 18:57

Re: [Announce] - FTP Client
 
Ok,
I tried running it as non root and got this message (Almost the same as erlier, just a diff memory address)

X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 42 (X_SetInputFocus)
Resource id: 0x400002a
Transfermode =
ACTIVE

Any suggestions? I rebooted my phone and ran Python as non root in terminal and this is the message I got

Maybe I'll try reinstalling?

toxaris 2011-01-21 15:54

Re: [Announce] - FTP Client
 
Enyone still developing this application?
I think some corrections is need from PyQT update.
For example I cant se file/folder names on the right panel.

lolloo 2011-01-23 11:00

Re: [Announce] - FTP Client
 
i cant connect to ftp.hotfile.com using gftp nor n900ftp

please someone make a better ftp client!

toxaris 2011-01-23 12:01

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by lolloo (Post 926621)
i cant connect to ftp.hotfile.com using gftp nor n900ftp

please someone make a better ftp client!

N900FTP works fine execpt the GUI-glitches after the PyQT updates a few months back.

Must be some specific serversettings that is not standard FTP.

lolloo 2011-01-23 17:50

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by toxaris (Post 926652)
N900FTP works fine execpt the GUI-glitches after the PyQT updates a few months back.

Must be some specific serversettings that is not standard FTP.

what do you mean?

did your work with Hotfile ftp? mine just stuck reloading when connecting to hotfile!

how did it work for you

jojop2 2011-01-25 18:29

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by toxaris (Post 925463)
Enyone still developing this application?
I think some corrections is need from PyQT update.
For example I cant se file/folder names on the right panel.

New version should show up in application manager very soon. Please check if it solves your issue with right panel.

toxaris 2011-01-27 08:35

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by jojop2 (Post 928390)
New version should show up in application manager very soon. Please check if it solves your issue with right panel.

yepp, glitches are gone. Good work.

wildt 2011-01-27 09:31

Re: [Announce] - FTP Client
 
Changed remote dir a couple of times succesfully, but then it just stuck "Changing directory" - and the cancel button does f**k all. Had to force end task. :(

lolloo 2011-01-28 18:34

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by wildt (Post 929746)
Changed remote dir a couple of times succesfully, but then it just stuck "Changing directory" - and the cancel button does f**k all. Had to force end task. :(

SAME HERE.

using HOTFILE, and stuck saying Changing directory

please help, this app is so important and needed! because no app match this app in all of n900 world.

Temporal 2011-03-12 02:49

Re: [Announce] - FTP Client
 
Quote:

Originally Posted by lolloo (Post 930793)
SAME HERE.

using HOTFILE, and stuck saying Changing directory

please help, this app is so important and needed! because no app match this app in all of n900 world.

I have to add +1 here |:/

EDIT:Problem in my side - was able to get solved.


All times are GMT. The time now is 13:27.

vBulletin® Version 3.8.8