![]() |
Re: [Announce] - FTP Client
Does this client support ssh keys? (id_rsa etc.)
|
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. |
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 ! |
Re: [Announce] - FTP Client
Quote:
|
Re: [Announce] - FTP Client
Quote:
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. |
Re: [Announce] - FTP Client
Quote:
|
Re: [Announce] - FTP Client
I cant download a folder.
The program showing "downloading files" and the folder is created, but the files dont download.. |
Re: [Announce] - FTP Client
Quote:
do you have special characters in a filename or in a directory? which server software are you connecting too? |
Re: [Announce] - FTP Client
Quote:
I could also post the server logs via pm if required. |
Re: [Announce] - FTP Client
Quote:
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? |
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 |
Re: [Announce] - FTP Client
Uploading doesnt work for sftp. I ran N900ftp from command line and had this response
Code:
|
Re: [Announce] - FTP Client
Quote:
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)? |
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 !!! |
Re: [Announce] - FTP Client
Quote:
|
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 |
Re: [Announce] - FTP Client
Quote:
I basically use ftp scripts to manage my server data. can you tell me where to find it? |
Re: [Announce] - FTP Client
apt-get install gftp
|
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. |
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) |
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. |
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 |
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. |
Re: [Announce] - FTP Client
No news from the guy for a lonG time. ..
|
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. |
Re: [Announce] - FTP Client
Maybe asking it in the brain thing for someone to keep it alive ?
|
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?
|
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 |
Re: [Announce] - FTP Client
Don't run it as root.
Never run as root apps that don't need to ;) |
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. |
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? |
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. |
Re: [Announce] - FTP Client
i cant connect to ftp.hotfile.com using gftp nor n900ftp
please someone make a better ftp client! |
Re: [Announce] - FTP Client
Quote:
Must be some specific serversettings that is not standard FTP. |
Re: [Announce] - FTP Client
Quote:
did your work with Hotfile ftp? mine just stuck reloading when connecting to hotfile! how did it work for you |
Re: [Announce] - FTP Client
Quote:
|
Re: [Announce] - FTP Client
Quote:
|
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. :(
|
Re: [Announce] - FTP Client
Quote:
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. |
Re: [Announce] - FTP Client
Quote:
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