Bitcoin Forum

Other => Off-topic => Topic started by: Kansattica on September 18, 2011, 10:55:35 PM



Title: New to FTP - Need help
Post by: Kansattica on September 18, 2011, 10:55:35 PM
Okay, so I recently got some webspace (000a.biz), and I can't figure out how to put files on it using FTP. I tried using FireFTP and FileZilla, but they both give me the same problem: They copy the directory structure (subfolders), and the client says that they're moving the files, but they never show up on the remote server. It works fine when I use the web interface, but that has a pretty low limit as to the file size. Help?


Title: Re: New to FTP - Need help
Post by: indicasteve on September 19, 2011, 12:32:16 AM
FTP is a strange protocol.  It uses one port for a control channel and other ports for the data.

Try using passive mode maybe: http://slacksite.com/other/ftp.html (http://slacksite.com/other/ftp.html)

But I avoid FTP and haven't used it in years because it's not a secure protocol and use SCP instead.  But many free/budget hosts won't give you SSH access.



Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 12:45:22 AM
The client automatically goes into passive mode, so I've tried that, sadly. That's probably why the service is so cheap: It's practically impossible to get things on the server  ;).


Title: Re: New to FTP - Need help
Post by: deslok on September 19, 2011, 12:48:20 AM
Maybe you can ask the service provider for help? or tell us who it is and maybe someone here has had some experience with it :P


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 12:50:00 AM
The provider is 000a.biz, and their web application for the site works, but I can't use that for any big files. Big files like the ones I want to put up there.


Title: Re: New to FTP - Need help
Post by: payb.tc on September 19, 2011, 12:56:14 AM
this may be an illusion...

bulletproof ftp sometimes does something similar:

it creates the folder
it points itself to the new folder
it does a directory listing of this new empty folder AND CACHES THE RESULTS (i.e. nothing)
it uploads your file successfully
it displays a list of files in that folder FROM THE NOW OUT OF DATE CACHE showing an empty list.

so you gotta hit refresh (f5) to see the new files there.

not saying that's your issue, but it's worth noting.


Title: Re: New to FTP - Need help
Post by: Xenland on September 19, 2011, 12:58:02 AM
maybe your not putting your files in /var/www/htdocs     ??
or maybe you didn't put them in the right folder....


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 01:00:43 AM
I have music files, and I put it in \Music. After I use the client, I check the web-based system, which appears empty. Gimme a minute, and I'll post screenshots.


Title: Re: New to FTP - Need help
Post by: deslok on September 19, 2011, 01:02:17 AM
The provider is 000a.biz, and their web application for the site works, but I can't use that for any big files. Big files like the ones I want to put up there.

ok stupid me though that's the URL you bought not the hosting service, are you just looking for online backup space?


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 01:15:53 AM
More or less. And it's called 000a.biz hosting. If you can give me free cloud storage that offers 11 GB of space, I'd like to see it. Check the pics here: http://s1182.photobucket.com/albums/x454/kansattica/


Title: Re: New to FTP - Need help
Post by: deslok on September 19, 2011, 01:30:13 AM
Windows live gives you 25gb if memory serves but you're limited to 50mb files, there's a program to let you integrate it into your windows explorer someone wrote as well,
out of curiousity a friend of mine and i had considered starting a paied BTC accepting cloud storage but couldnt gauge intrest in it well enough would anyone be interested in something like that


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 01:35:42 AM
I also have some video files that are over 50 MB. Plus I want to be able to get at these files anywhere.


Title: Re: New to FTP - Need help
Post by: Xenland on September 19, 2011, 02:15:33 AM
This is managed set up or an unmanaged setup?

Is this a VPS or a Dedicated server or just plain web hosting?

From what you said im going to assume its cloud hosting but is it managed or unmanaged?


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 02:30:46 AM
It's plain web hosting that I'm trying to manage with an FTP connection.


Title: Re: New to FTP - Need help
Post by: indicasteve on September 19, 2011, 04:00:39 AM
yeah...contact them.  They might have file transfer limits.


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 04:25:48 AM
I see the bandwidth limit on the cpanel; It says I haven't used any of my alloted bandwidth.


Title: Re: New to FTP - Need help
Post by: nhodges on September 19, 2011, 06:29:53 AM
Amazon Cloud Drive offers 10GB of space and you only have to buy one 99cent mp3! :)

I signed up to try to troubleshoot for you but the password I used isn't even getting me on their FTP. :x

[edit]

I'm in and uploading to the FTP, here's what I have in FileZilla's Quick Connect dialog:

Host: ftp://ftp.000a.biz
Username: a000b_9084979
Password: ********

Experienced the same thing as you. It's possible they don't allow MP3 uploads or files over a certain size. Testing now.


Title: Re: New to FTP - Need help
Post by: nhodges on September 19, 2011, 06:44:47 AM
I don't think you can upload outside of webroot, you have to upload to /htdocs/Music, not /Music. Also, you can't upload MP3 files, I had to change .MP3 to .TXT before it would let me upload a large file.


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 06:52:20 AM
I don't think you can upload outside of webroot, you have to upload to /htdocs/Music, not /Music. Also, you can't upload MP3 files, I had to change .MP3 to .TXT before it would let me upload a large file.

Thanks. Would it work if I compressed it so it's a .zip instead of a .mp3?


Title: Re: New to FTP - Need help
Post by: nhodges on September 19, 2011, 06:59:18 AM
I don't think you can upload outside of webroot, you have to upload to /htdocs/Music, not /Music. Also, you can't upload MP3 files, I had to change .MP3 to .TXT before it would let me upload a large file.

Thanks. Would it work if I compressed it so it's a .zip instead of a .mp3?

I would think so, most hosts allow zip files. I already deleted the email with my password though, so I'd have to sign up again to test, lol.


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 07:17:15 AM
I don't think you can upload outside of webroot, you have to upload to /htdocs/Music, not /Music. Also, you can't upload MP3 files, I had to change .MP3 to .TXT before it would let me upload a large file.

Thanks. Would it work if I compressed it so it's a .zip instead of a .mp3?

I would think so, most hosts allow zip files. I already deleted the email with my password though, so I'd have to sign up again to test, lol.

I'll have to check tomorrow. Thanks for the help.


Title: Re: New to FTP - Need help
Post by: nhodges on September 19, 2011, 07:44:03 AM
I don't think you can upload outside of webroot, you have to upload to /htdocs/Music, not /Music. Also, you can't upload MP3 files, I had to change .MP3 to .TXT before it would let me upload a large file.

Thanks. Would it work if I compressed it so it's a .zip instead of a .mp3?

I would think so, most hosts allow zip files. I already deleted the email with my password though, so I'd have to sign up again to test, lol.

I'll have to check tomorrow. Thanks for the help.

No problem, if you're seriously just needing backup, I'd recommend Amazon Cloud Drive. Or even Dropbox, after you've referred a couple people, you can end up with a sizable amount of space, I have 12GB, and I still am a free account.


Title: Re: New to FTP - Need help
Post by: Kansattica on September 19, 2011, 07:58:57 AM
Thanks ;)