JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 10.06.2015, 20:56
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default Can't download from ftp

when i try to download from an ftp server it keeps telling me the file is offline.

heres what the log said

Spoiler:
Code:
--ID:1394TS:1433958651380-6/10/15 1:50:51 PM -  [jd.controlling.downloadcontroller.SingleDownloadController(download)] -> DownloadCandidate: DownloadCandidate:DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta@ftp|Host ftp|Account:Plugin:ftp|Version:25433|Type:NONE|Account:null|Proxy:Direct
--ID:1394TS:1433958652237-6/10/15 1:50:52 PM -  [jd.nutils.SimpleFTP(readLine)] -> seedbox09.snthostings.com < 220 ProFTPD 1.3.4a Server (Debian) [::ffff:95.211.211.245]
--ID:1394TS:1433958652237-6/10/15 1:50:52 PM -  [jd.nutils.SimpleFTP(sendLine)] -> seedbox09.snthostings.com > USER testname
--ID:1394TS:1433958652729-6/10/15 1:50:52 PM -  [jd.nutils.SimpleFTP(readLine)] -> seedbox09.snthostings.com < 331 Password required for testname
--ID:1394TS:1433958652729-6/10/15 1:50:52 PM -  [jd.nutils.SimpleFTP(sendLine)] -> seedbox09.snthostings.com > PASS testname44
--ID:1394TS:1433958653302-6/10/15 1:50:53 PM -  [jd.nutils.SimpleFTP(readLine)] -> seedbox09.snthostings.com < 230 User testname logged in
--ID:1394TS:1433958653302-6/10/15 1:50:53 PM -  [jd.nutils.SimpleFTP(sendLine)] -> seedbox09.snthostings.com > PWD
--ID:1394TS:1433958655641-6/10/15 1:50:55 PM -  [jd.nutils.SimpleFTP(readLine)] -> seedbox09.snthostings.com < 257 "/home/testname" is the current directory
--ID:1394TS:1433958655641-6/10/15 1:50:55 PM -  [jd.nutils.SimpleFTP(sendLine)] -> seedbox09.snthostings.com > TYPE I
--ID:1394TS:1433958656133-6/10/15 1:50:56 PM -  [jd.nutils.SimpleFTP(readLine)] -> seedbox09.snthostings.com < 200 Type set to I
--ID:1394TS:1433958656133-6/10/15 1:50:56 PM -  [jd.nutils.SimpleFTP(sendLine)] -> seedbox09.snthostings.com > SIZE /downloads/manual/DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta
--ID:1394TS:1433958656672-6/10/15 1:50:56 PM -  [jd.nutils.SimpleFTP(readLine)] -> seedbox09.snthostings.com < 550 /downloads/manual/DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta: No such file or directory
--ID:1394TS:1433958656673-6/10/15 1:50:56 PM -  [] -> java.io.IOException: SIZE failed550 /downloads/manual/DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta: No such file or directory

	at jd.nutils.SimpleFTP.readLines(SimpleFTP.java:319)
	at jd.nutils.SimpleFTP.getSize(SimpleFTP.java:364)
	at jd.plugins.hoster.Ftp.download(Ftp.java:70)
	at jd.plugins.hoster.Ftp.handleFree(Ftp.java:124)
	at jd.plugins.PluginForHost.handle(PluginForHost.java:860)
	at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:385)
	at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:561)

--ID:1394TS:1433958656673-6/10/15 1:50:56 PM -  [jd.nutils.SimpleFTP(sendLine)] -> seedbox09.snthostings.com > SIZE //downloads/manual/DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta
--ID:1394TS:1433958657166-6/10/15 1:50:57 PM -  [jd.nutils.SimpleFTP(readLine)] -> seedbox09.snthostings.com < 550 //downloads/manual/DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta: No such file or directory
--ID:1394TS:1433958657166-6/10/15 1:50:57 PM -  [] -> java.io.IOException: SIZE failed550 //downloads/manual/DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta: No such file or directory

	at jd.nutils.SimpleFTP.readLines(SimpleFTP.java:319)
	at jd.nutils.SimpleFTP.getSize(SimpleFTP.java:364)
	at jd.plugins.hoster.Ftp.download(Ftp.java:82)
	at jd.plugins.hoster.Ftp.handleFree(Ftp.java:124)
	at jd.plugins.PluginForHost.handle(PluginForHost.java:860)
	at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:385)
	at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:561)

--ID:1394TS:1433958657166-6/10/15 1:50:57 PM -  [jd.nutils.SimpleFTP(sendLine)] -> seedbox09.snthostings.com > QUIT
--ID:1394TS:1433958657166-6/10/15 1:50:57 PM -  [] -> jd.plugins.PluginException
	at jd.plugins.hoster.Ftp.download(Ftp.java:96)
	at jd.plugins.hoster.Ftp.handleFree(Ftp.java:124)
	at jd.plugins.PluginForHost.handle(PluginForHost.java:860)
	at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:385)
	at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:561)

--ID:1394TS:1433958657166-6/10/15 1:50:57 PM -  [jd.controlling.downloadcontroller.SingleDownloadController(download)] -> Exception: 
--ID:1394TS:1433958657166-6/10/15 1:50:57 PM -  [] -> jd.plugins.PluginException
	at jd.plugins.hoster.Ftp.download(Ftp.java:96)
	at jd.plugins.hoster.Ftp.handleFree(Ftp.java:124)
	at jd.plugins.PluginForHost.handle(PluginForHost.java:860)
	at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:385)
	at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:561)

------------------------Thread: 1361:ftp-----------------------
--ID:1361TS:1433958657168-6/10/15 1:50:57 PM -  [jd.controlling.downloadcontroller.DownloadWatchDog$26(execute)] -> Rename after Download?
--ID:1361TS:1433958657168-6/10/15 1:50:57 PM -  [jd.controlling.downloadcontroller.DownloadWatchDog$26(execute)] -> Desired Path: G:\DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta
--ID:1361TS:1433958657168-6/10/15 1:50:57 PM -  [jd.controlling.downloadcontroller.DownloadWatchDog$26(execute)] -> Actually Used path: G:\DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta
Reply With Quote
  #2  
Old 10.06.2015, 20:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Testlinks please and a full log.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #3  
Old 10.06.2015, 21:00
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default

well i can pm it to you i dont want to put the login here.

also maybe its because of this?

java.io.IOException: SIZE failed550

can't get the size? Happens when i try to remote upload the files to filefactory too.

Last edited by Tyler; 10.06.2015 at 21:02.
Reply With Quote
  #4  
Old 10.06.2015, 21:01
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Please PM raztoki.
I'll be away soon...
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #5  
Old 11.06.2015, 12:35
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

According to ftp server those files do not exist?!
550 /downloads/manual/DB4DDB8AD8000EBF3071767E4DAAF72ED8D58975.meta: No such file or directory
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 04.07.2015, 02:27
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default

Here's a link that is alive atm


**External links are only visible to Support Staff**ftp://transferfile:nooneknowthispass...EVC%20AAC).mkv
Reply With Quote
  #7  
Old 04.07.2015, 06:14
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

@Tyler
your copying the URLs wrong
your missing part of the path, for instance once you login to FTP its base path is determined by your username (linux/unix) for instance /home/username/

your link provided is missing this information in the url.
Code:
ftp://username:password@ip/host:port/home/username/download/path/to file/file.exe
Not sure how or what software you are coping from, but its copying/making ftp urls information incorrectly!

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #8  
Old 04.07.2015, 06:46
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default

i'm just copying directly from an ftp (the files are from a seedbox)

The files download fine through the browser so how could it be incorrect?
Reply With Quote
  #9  
Old 04.07.2015, 07:15
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

doesn't work in my dedicated ftp client or in jd.

ensure that /home/yourusername/ is in the copy url then it will work fine, as explained earlier.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #10  
Old 04.07.2015, 19:02
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default

Doesn't seem to work

i add it in like
**External links are only visible to Support Staff**ftp://seedbox06.snthostings.com/home...nloads/manual/

and i get

550 /home/transferfile/home/transferfile/downloads/manual/: No such file or directory

but

**External links are only visible to Support Staff**ftp://seedbox06.snthostings.com/downloads/manual/
transferfile
nooneknowthispass

goes through fine.

this is through the browser not any clients.

Last edited by Tyler; 04.07.2015 at 19:05.
Reply With Quote
  #11  
Old 04.07.2015, 19:14
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

that's not a file, its a directory. We do not support adding of directories.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #12  
Old 04.07.2015, 20:12
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default

i was just using that as an example, going straight to a file gives the same error
Reply With Quote
  #13  
Old 05.07.2015, 04:41
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

How ever you are copying the original links to files, seems to copy wrong. It needs to be a full and correct path. All links to files that you've given, are missing '/home/username'

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #14  
Old 05.07.2015, 16:44
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default

If its incorrect then how does it download in the browser?
Reply With Quote
  #15  
Old 05.07.2015, 17:13
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

Shrug, No idea, I'm not even sure what browser you use.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #16  
Old 06.07.2015, 02:45
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default

Doesn't matter what browser i use the download works in all of them i've tested (firefox/chrome/IE)

I can't seem to remote upload the files to filefactory (i get error saying it can't get the size) but remote uploading them works to rapidgator.

so maybe this site does something different and jdownloader just doesn't know what to do with it.
Reply With Quote
  #17  
Old 06.07.2015, 04:48
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

Your example host is your vps? and you are copying ftp url from it's local ftpd to be downloaded to your home computer? JDownloader only downloads, so no uploading/remote uploading.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #18  
Old 07.07.2015, 16:00
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

Found the bug, will be fixed with next update! Thanks for informing us!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #19  
Old 10.07.2015, 16:48
Tyler Tyler is offline
JD Legend
 
Join Date: Jul 2010
Posts: 582
Default

No problem

what exactly was the problem?
Reply With Quote
  #20  
Old 10.07.2015, 16:54
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

server tells you the current location (pwd) and jd did not check/complete the wished path with the current path
the difference you noticed about /home and not /home...
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 08:14.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.