View Single Post
Old 07-14-2010, 01:22 PM  
fpeter
Junior Member
 
Join Date: Jul 2010
Posts: 5
Lightbulb

PROBLEM solved.

After many testing and watching the session logs

I figured out what causes the problem:



As I write above I have problems resuming interrupted files.

Tested with:

-FileZilla
-FTPRush
-FlashFXP





WITHOUT ROUTER:

at HOTFILE.com:
log in: [R] Connecting to HotFile.com -> DNS=ftp.hotfile.com IP=xxx.yyy.zzz.81 PORT=21
I start upload a file, interrupt upload, log off

later
log in: [R] Connecting to HotFile.com -> DNS=ftp.hotfile.com IP=xxx.yyy.zzz.80 PORT=21
I can't resume the interrupted file upload,
because I can't see the half uploaded file at all.

This is because the end of the IP adress of ftp.hotfile.com is different .80 and .81

If the IP adress of ftp.hotfile.com is exactly the same, then everything is fine.
I can see the file, and I can resume it.

This is not good for hotfile.com either
because there will be a lot of junk files.









The same happens at fileserve:

WITHOUT ROUTER:

at FILESERVE.com:
log in: [R] Connecting to FileServe.com -> DNS=ftp.fileserve.com IP=zzz.xxx.yyy.120 PORT=21
I start upload a file, interrupt upload, log off

later
log in: [R] Connecting to FileServe.com -> DNS=ftp.fileserve.com IP=zzz.xxx.yyy.117 PORT=21
I can't resume the interrupted file upload,
because I can't see the half uploaded file at all.

This is because the end of the IP adress of ftp.fileserve.com is different .120 and .117

If the IP adress of ftp.fileserve.com is exactly the same, then everything is fine.

This is not good for fileserve.com either
because there will be a lot of junk files.








BUT:






WITHOUT ROUTER:

at SHARINGMATRIX.com:

At sharingmatrix I get an FTP IP for 24 hours,
So I always connect to the same IP.

After 24 hour I have to renew my FTP username/password.

log in: [R] Connecting to SharingMatrix.com -> DNS=s9999.sharingmatrix.com IP=yyy.zzz.xxx.154 PORT=21
I start upload a file, interrupt upload, log off

later
log in: [R] Connecting to SharingMatrix.com -> DNS=s9999.sharingmatrix.com IP=yyy.zzz.xxx.154 PORT=21
I can resume the interrupted file upload,
because I can see the half uploaded file in case of SharingMatrix.com.

The IP adress of s9999.sharingmatrix.com is exactly the same within 24 hours.


It looks like they have experienced this issue
and developed this solution.





.
fpeter is offline