Help - Search - Members - Calendar
Full Version: Ftp Issues
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39
ssfdre38
all VNDV sites a - m were lost due to an HDD failer so you wont be able to connect to that site
directorul
So that's why my website doesn't exist. Ok, but will they ever be back again?
kuila
Is there any guide for FTP?
..............
ssfdre38
http://www.zymic.com/knowledge-base/ftp.html
abhikiwi
QUOTE(ssfdre38 @ Nov 12 2011, 03:33 AM) *
first you need to increase your timeout to 120 and second follow the Joomla tutorial in our tutorial part of our forums


Thanks... That worked for me !!!
hmyn
I have two accounts here and want to know if I can move/copy files between them.

I've uploaded Wordpress to one of them (in a directory) and wanted to move it to the root of other one.

I use Total commander and open two FTPs in two sides but Everytime I try, it fails. A file is formed but has 0k size.

Thanks
valandor062
I'm having trouble with FTP. I can connect but the server keeps timing out on me. With the resume in FTP disabled (?for security?) this is causing a lot of trouble uploading files. It'll upload 90% of a group and then timeout and then not resume the upload so I have to manually find and upload all those files one by one. This is taking a great deal of time to just upload the latest Zen Cart to the server.
ssfdre38
you need to increase your timeout to 120 on your FTP Client and you will not timeout anymore and i dont think Zen Cart will work on Zymic due to zLib is disable
valandor062
I have increased my timeout rate to 120 seconds. What is the difference between zlib and the php_g2 extension..... I'm guessing zlib is a php setting and not an apache setting?

Also do you know of a shopping cart that is compatible with your hosting service and has paypal payment standard integration, if Zen Cart won't work?
hawc


Help Me Please
Trying to upload via win 7
ssfdre38
use filezilla
barchid
Ftp works for small files.When I try to put a file 205KB I get a connection problem what is wrong?
here the code the connection problem comes after the last statement.

after correct ftplogin:
$ftp->cwd($directory) or $newerr=1;
push @ERRORS, "Can't cd $!\n<br>" if $newerr;
myerr() if $newerr;
$ftp->quit if $newerr;

$ftp->binary or $newerr=1;
push @ERRORS, "Can't set binary $!\n<br>" if $newerr;
myerr() if $newerr;
print "<br>set binary\n<br>";

$directory="/xmls";
$ftp->cwd($directory) or $newerr=1;
push @ERRORS, "Can't cd $!\n<br>" if $newerr;
myerr() if $newerr;
$ftp->quit if $newerr;
print "<br>cd to $directory succes!\n<br>";

$local_file = "./xmls/$the_xml_file";
$remote_file = "$the_xml_file";
print "local_file ". $local_file."<br>";
print "remote_file ". $remote_file."<br>";
$ftp->put($local_file,$remote_file) or $newerr=1;

PS my timeout is 240
ssfdre38
we have FTP disable on our php so it work work
hephem
I'm also having troubles regarding the FTP.

I'm trying to install a WP theme for my site, and in order for it to work correctly, WP needs to access FTP.

Now, I'm getting this message:

http://imageshack.us/photo/my-images/502/picture7gj.png/

I think all infos are correct...

So... Any thoughts?
ssfdre38
dont upload though the dashboard upload it via FTP Client to wp-content/themes
hephem
ok. Sure. That works for me.

But now WP (in a specific plugin named Core Control) is accusing the server of not having External HTTP Access.

It says:

cURL Not Available

PHP Streams Not Available

http://imageshack.us/photo/my-images/26/picture8ur.png/

This causes a error in my dashboard page (RSS Error: WP HTTP Error):

http://imageshack.us/photo/my-images/600/picture6cp.png/

What's this? And do you know how to solve it?

Thank you for your precedent answer.
ssfdre38
cURL is disable and also all remote connections are disable from use
hephem
And is there any way to enable those connections?
ssfdre38
no
mikexie2011
QUOTE(kfcalain @ Mar 23 2009, 09:28 AM) *
quote name='wonderbread' date='Sep 21 2007, 12:34 PM' post='1282']
Its working but not working at the same time.

When I try upload files (allowed extensions such as .php and .html) I get continual errors

It tells me that the file is already there and that it is a smaller than the one I am uploading.
ifyou are using filezilla, find the options that say resume upload and tick the option that say repeat same answer (if you are uploading joomla) since duplicate files exist in joomla with the same name but located on different directories. rolleyes.gif hope this help... i did mistake here and overwritten some files that rendered my site useless... so i deleted and uploaded again... hunter.gif


hi,buddy,have you resolved this problem?
I encountered the same problem.
KyleScalise
Howdy Doodle peeps,

First timer here. I use FileZilla, and I'm trying to upload my files to my Zymic web hosting, and here's what I get.

CODE
Response:    220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:    220-You are user number 123 of 500 allowed.
Response:    220-Local time is now 19:15. Server port: 21.
Response:    220-This is a private system - No anonymous login
Response:    220-IPv6 connections are also welcome on this server.
Response:    220 You will be disconnected after 2 minutes of inactivity.
Command:    USER gladdicts_zzl
Response:    331 User gladdicts_zzl OK. Password required
Command:    PASS **********
Error:    Connection timed out
Error:    Could not connect to server
Status:    Delaying connection for 5 seconds due to previously failed connection attempt...
Status:    Resolving address of gladdicts.zzl.org
Status:    Connecting to 67.220.217.235:21...
Status:    Connection established, waiting for welcome message...
Response:    421 Too many connections (10) from this IP
Error:    Could not connect to server
Status:    Delaying connection for 5 seconds due to previously failed connection attempt...
Status:    Resolving address of gladdicts.zzl.org
Status:    Connecting to 67.220.217.235:21...
Status:    Connection established, waiting for welcome message...
Response:    421 Too many connections (10) from this IP
Error:    Could not connect to server
Status:    Delaying connection for 5 seconds due to previously failed connection attempt...
Error:    Connection timed out


Any help appreciated. Thanks!
ssfdre38
increase your timeout to 120 in your settings and it will be fixed
KyleScalise
QUOTE(ssfdre38 @ Dec 31 2011, 07:31 PM) *
increase your timeout to 120 in your settings and it will be fixed


Thank you Mr. Genius Person! You rock! happy.gif
ZeeMek
Hi there,

When I use FireFox to access my FileZilla FTP directory and everything works like a champ. However, When I try to use it through IE 8.0 I can't right click and save files directly. I also have a problem with opening an excel as an unrecognized file. Here are my errors:

When I go to right click and save files I get the error: Cannot download 'FILENAME' connection to the server has been reset. (Everything works fine on FireFox)

Another issue is the fact that I have an excel spreadsheet on the FTP and IE won't recognize the filetype.

I am not trying to create a traditional website, and want to keep it strictly P2P filesharing. Any light you guys could shed would be really helpful. Let me know if you need any more information.

My OS Windows XP with SP3.
ssfdre38
use Filezilla as your FTP Client and not a web browser cause they are not program for that. USE FILEZILLA
ZeeMek
The issue isn't that I need the files, it's the fact that I want to email a website to another peer that has files that are too large for email. This way individuals can download them onto their machine without going through their email inbox. What is my solution to fix this problem because they will be viewing the FTP via IE 8.0.

I can't ask a corporation to download any software, so using FileZilla instead of their browser is not an option. How can I get this to work with IE?
ssfdre38
you mean to have an open directory page? also just so you know file sharing is not allowed on Zymic
ZeeMek
Well then maybe that's my problem. Thanks for the help Daniel.
Deathiel
Response: 226 150.040 seconds (measured here), 4.26 bytes per second
Status: File transfer successful, transferred 639 bytes in 153 seconds

nice speed..
it will take me like a year to upload the whole joomla directory
The thing is Filezilla uploads the file quickly (100% progress bar instantly), but there is some kind of verification process that really slows down the process
it just hangs there for 2 minutes for each file, even tough it's 100% in less than 1 sec


ssfdre38
first decrease your max ftp connections to 2 and increase your timeout to 120 and wait cause that is normal due to the amount of users and guest connected to our servers at given time
Deathiel
it was 2 by default and it didn't helped..was the same
increasing timeout to 120 only removed the lost connection , but it didn't speed up the process.

in 5 hours i've transferred around 1300 files from 4800. (joomla full site=18MB)
So is it normal to transfer 18 MB in 15 hours?
ssfdre38
yea its just due to the amount of users and guest connected to our servers at any given time
nomireephotography
I'm trying to upload wordpress onto my site, and no matter how many times I try, the ftp upload will repeatedly fail after the first 20 or so files. Just saying that it is unable to connect to the server. It's just very frustrating, because I don't really know what I'm doing, and as far as I can see, I'm following the guides correctly, without any success.

Edit: never mind, it now seems to be working ok. Typical luck that as soon as I ask for assistance it works.
Deathiel
after spending 15 hours to upload joomla folder, I've deleted it because it didn't worked with my desired template and now I have to spend another 15-20h to upload a version which has my template included.

Really now, can you do anything to shorten this time? It's 20 MB upload for god sake.
As far as I can tell it's all about the number of files not file size, so I'm guessing you have some AV or file checker that slows down the process.
ssfdre38
its nothing we can do about it, its just due to the amount of users and guess connected to our servers at any given time so its just that network is busy with all the request
yodaco
Hi, ive been using zxq for a few months, ive now got to grips wit using filezilla to upload to the ftp, but until working out the the timeout was too low i had trouble uploading sometimes..
anyways, i have about half a dozen pureftp.upload files left over im assuming from failed uploads, ive searched the forums and found that perhapse they have to be deleted by admin only as i cannot do anything to the files myself, i just get file name or permission errors.
So yeh,. could an admin please help me out
Thanks in advance, yodaco

http://yodaco.zxq.net/
heres my page, theres a few of them pureftp files laying around stopping me from removing old directories sad.gif
ssfdre38
we know of the problems and we are working on fixing it
asadkhan
Getting error while connecting through fileZilla


Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (67,220,217,235,77,44)
Command: MLSD
Response: 550 Access is denied.
Error: Failed to retrieve directory listing
ssfdre38
what is the full error and please use pastesite.com to show it and not on here
asadkhan
http://pastesite.com/31508
ssfdre38
what folder are you trying to get to
asadkhan
i m uploading file on the root it it says
Failed to retrieve directory listing
The above message i.e http://pastesite.com/31509 i m getting while i m signing in,
i also sent you mail with whole info
ssfdre38
first dont send any messages cause that is one way not to get help unless it was requested since we like to keep the community involved, now make sure that you increase your timeout on your FTP Client to 120 as well and try again
asadkhan
still same problem,
it looks like i dont have authority yet
jrwrew
Good evening:

I have uploaded all my files and when I tyr to open the website the only page that shows is the index.html. When I click the link to move to the next page I get a 404 error. I checked all my files and they are there.

I use filezilla
grand_deluxe
I really dont understand y is it that it takes a lot of time just to upload Joomla files??
ssfdre38
its over all as we have a lot of our users and guest log on to our servers at any given time
ahnxahn
hi man...

i have problems uploading these kinda files:

1- install/opencart.sql
2- admin/view/javascript/ckeditor/ckeditor.asp
3- system/library/nusoap/nusoap.php
4- admin/view/javascript/ckeditor/CHANGES.html
5- admin/view/javascript/ckeditor/ckeditor.js
6- admin/view/javascript/jquery/flot/jquery.js
7- admin/view/javascript/jquery/ui/jquery-ui-1.8.16.custom.min.js

man can ya help me please....
and online file man is also disabled so i can do nothing sad.gif
ssfdre38
what you need to do is to increase the timeout on your FTP Client to 120 and try again but just a side note, any open cart systems wont function right on Zymic as we have ALL remote connections disable and SSL Connections are disable as well
MattyB151
I'm having lots of problems trying to access my FTP. It hasn't worked before either. sad.gif FileZilla just says:
Response: 331 User *My user* OK. Password required
Command: PASS **********
Error: Could not connect to server


I've set my timeout to 120 and everything but still nothing. sad.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.