Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Upload to ccgi in 6 seconds or 50 minutes
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Upload to ccgi in 6 seconds or 50 minutes
Upload to ccgi in 6 seconds or 50 minutes
18-02-2008 3:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I had to re-upload a 86MB file to ccgi, but everything failed with all types of ftp-programmes. It took more than 40 minutes, and then crashed, or there was a timeout etc.
In desperation I uploaded the file to my www-space with the PlusNet 30KB/second. That took 50 minutes. Then I got it over with wget. Wget took only 5-6 seconds - amazing.
Don't want to do this ever again.
So is there anywhere I could upload 86MB faster than the PlusNet restricted upload and then access it with wget?
Thanks for any possible ideas
In desperation I uploaded the file to my www-space with the PlusNet 30KB/second. That took 50 minutes. Then I got it over with wget. Wget took only 5-6 seconds - amazing.
Don't want to do this ever again.
So is there anywhere I could upload 86MB faster than the PlusNet restricted upload and then access it with wget?
Thanks for any possible ideas
Message 1 of 8
(1,942 Views)
7 REPLIES 7
Re: Upload to ccgi in 6 seconds or 50 minutes
19-02-2008 8:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
WinSCP do it over SSH
Never fails for me, be it 10 MB or 100 MB.

Never fails for me, be it 10 MB or 100 MB.
Message 2 of 8
(491 Views)
Re: Upload to ccgi in 6 seconds or 50 minutes
27-02-2008 10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
WinSCP is quite good, similar to FileZilla but with some different function. Very good tip, thank you much.
Is it possible with WinSCP to transfer files directly from my www-space to my ccgi-space on PlusNet?
Is it possible with WinSCP to transfer files directly from my www-space to my ccgi-space on PlusNet?
Message 3 of 8
(491 Views)
Re: Upload to ccgi in 6 seconds or 50 minutes
29-02-2008 6:52 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yeah,
Two (posibly three) ways about that, the way you want to do it would have to be done like this.
1.
(If you have PuTTY installed on Windows - Grab it here)
Login to your CCGI Space on WinSCP, Click the little icon with the PuTTY near the top of the screen.
Login with PuTTY using your CCGI Username + Password.
From the SSH Shell you can use a Utility called "wget" to download the Files from WWW Server to CCGI Server.
2.
If you're trying to do multiple files, that is a alittle bit more difficult.
The next stage would be to index the director(y/ies) & downloaded file by file on the server side with a generated script.
3.
I am not sure, if you can open another Session in the left hand side pannel with all Local Files. (In Norton Commander View)
If not then you could try drag and drop between two WinSCP Sessions in separate windows.
The easiest way would be to Download to a temporary Directory from the WWW Space and Upload to CCGI.
One of them must work!
Jim,
Two (posibly three) ways about that, the way you want to do it would have to be done like this.
1.
(If you have PuTTY installed on Windows - Grab it here)
Login to your CCGI Space on WinSCP, Click the little icon with the PuTTY near the top of the screen.
Login with PuTTY using your CCGI Username + Password.
From the SSH Shell you can use a Utility called "wget" to download the Files from WWW Server to CCGI Server.
2.
If you're trying to do multiple files, that is a alittle bit more difficult.

The next stage would be to index the director(y/ies) & downloaded file by file on the server side with a generated script.
3.
I am not sure, if you can open another Session in the left hand side pannel with all Local Files. (In Norton Commander View)
If not then you could try drag and drop between two WinSCP Sessions in separate windows.
The easiest way would be to Download to a temporary Directory from the WWW Space and Upload to CCGI.
One of them must work!

Jim,
Message 4 of 8
(491 Views)
Re: Upload to ccgi in 6 seconds or 50 minutes
01-04-2008 11:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Coming back to this matter and the advice with WinSCP, which was quite good.
However, is there a command-line command available which will transfer a file from my ccgi to my www-space. Something like:
ftp filename to_www ?
However, is there a command-line command available which will transfer a file from my ccgi to my www-space. Something like:
ftp filename to_www ?
Message 5 of 8
(491 Views)
Re: Upload to ccgi in 6 seconds or 50 minutes
04-04-2008 12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Right yeah, You would still use a similar method you described from the CCGI space.
You would use, the average "ftp, login, :
> ftp ftp.host.ext
> *LOGIN*
( > cd /path )
> put /local/path/on/ccgi/file.ext /htdocs/path/file.ext
so instead of using FTP Download from WWW to CCGI ( or WGET ) via the CCGI Server,
You upload from the CCGI Server to the WWW Server via the CCGI Server.

It's all a big daisy chain.
Hopefully,
that just wraps up some of the advantages from the CCGI Side, for transfering and flexability

Jim,
Message 6 of 8
(491 Views)
Re: Upload to ccgi in 6 seconds or 50 minutes
06-04-2008 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hello
I looged into my ccgi-space with PuTTY (command line tool). However, the command "put" does not exist on PlusNet. The reponse is: -bash: put: command not found
What now?
I looged into my ccgi-space with PuTTY (command line tool). However, the command "put" does not exist on PlusNet. The reponse is: -bash: put: command not found
What now?

Message 7 of 8
(491 Views)
Re: Upload to ccgi in 6 seconds or 50 minutes
06-04-2008 12:23 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
No no no,
"Put" is an internal FTP Function/Command,
hence why I said "ftp ftp.host.ext"
Example: ftp ftp.plus.net
Sorry for that confusion...
Jim,
"Put" is an internal FTP Function/Command,
hence why I said "ftp ftp.host.ext"
Example: ftp ftp.plus.net
Sorry for that confusion...
Jim,
Message 8 of 8
(491 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Upload to ccgi in 6 seconds or 50 minutes