# FTP upload, file not showing/getting stored

**URL:** https://forum.kirupa.com/t/ftp-upload-file-not-showing-getting-stored/170420
**Category:** programming
**Created:** [November 25, 2005, 10:07pm UTC](https://forum.kirupa.com/t/ftp-upload-file-not-showing-getting-stored/170420 "2005-11-25T22:07:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fatnslow](https://avatars.discourse-cdn.com/v4/letter/f/7993a0/32.png) [@fatnslow](https://forum.kirupa.com/u/fatnslow)
#### Post date: [November 25, 2005, 10:07pm UTC](https://forum.kirupa.com/t/ftp-upload-file-not-showing-getting-stored/170420/1 "2005-11-25T22:07:32Z")

</div>

Hiya.

Atm I have a [freeprohost.com](http://freeprohost.com) free hosting account, I know having freebies means having limits, but it is just for testing purposes. But my problem is that on my site I have a download section, but when I try to upload files via Ftp the file just doesnt shows/gets stored. The FTP log seems fine, so I dont know what it is. I have like 90mb left of my space, and the files I tried to upload was at 3mb and 8mb. Do [freeprohost.com](http://freeprohost.com) maybe has some sort of limit on max mb upload at one time?

Thanks for any answers.

```auto
PASV
227 Entering Passive Mode (XXXXXXXX).
	Opening data connection IP: XXXXXXXX PORT: 48400.
	LIST -aL
150 Opening ASCII mode data connection for file list
	117 bytes received successfully. (117 B/s) (00:00:01).
226 Transfer complete.
	Cached directory reloaded.
	TYPE I
200 Type set to I
	PASV
227 Entering Passive Mode (7XXXXXXXX,17).
	Opening data connection IP: XXXXXXXX PORT: 48401.
	STOR minforstekjaerlighet.mp3
150 Opening BINARY mode data connection for minfkj.mp3
	3535515 bytes sent successfully. (34.18 KB/s) (00:01:41).
226 Transfer complete.
	PASV
227 Entering Passive Mode (7XXXXXXXX,199).
	Opening data connection IP: XXXXXXXX PORT: 48583.
	LIST -aL
150 Opening ASCII mode data connection for file list
	117 bytes received successfully. (117 B/s) (00:00:01).
226 Transfer complete.
	NOOP
200 NOOP command successful

```
