VMware Cloud Community
Ritmo2k
Enthusiast
Enthusiast

ftp in 4.1

My backup scripts make use of wget off an ftp server. Now that 4.1 doesn't seem to work with the ftp server thats at vm-help.com I tried to use the native https access but a mirror makes terrible file names and fetching a list of files to retrieve specifically needs the rcli or sdk which doesn't make the script very transportable.

Anyone know how to get the ftp server running yet? scp is way to slow and not an option.

Thanks!

0 Kudos
6 Replies
lamw
Community Manager
Community Manager

Instead of running an FTP server on the host, what about using ftp client and having it upload to a server?

On ESXi's Tech Support Mode, you have two ftp utils:

ftpput
ftpget

=========================================================================

William Lam

VMware vExpert 2009,2010

VMware scripts and resources at:

Twitter: @lamw

Getting Started with the vMA (tips/tricks)

Getting Started with the vSphere SDK for Perl

VMware Code Central - Scripts/Sample code for Developers and Administrators

VMware Developer Community

If you find this information useful, please award points for "correct" or "helpful".

0 Kudos
Ritmo2k
Enthusiast
Enthusiast

Thats surely an option, but the script then has to run the host and wherever I backup to needs an ftp server which isnt available:(

Thanks for the idea though.

0 Kudos
lamw
Community Manager
Community Manager

Also, you probably don't want to run server daemons on Tech Support Console, as this environment can potentially change and could also affect your host and VMs.

If you're looking for a backup solution, you can always check out

=========================================================================

William Lam

VMware vExpert 2009,2010

VMware scripts and resources at:

Twitter: @lamw

Getting Started with the vMA (tips/tricks)

Getting Started with the vSphere SDK for Perl

VMware Code Central - Scripts/Sample code for Developers and Administrators

VMware Developer Community

If you find this information useful, please award points for "correct" or "helpful".

RParker
Immortal
Immortal

Thats surely an option,

Well it's not really an option, ESX is NOT a generic OS, it is a VM host, specifically designed to host VM's. FTP and other 3rd party tools should not be installed on ESX.

0 Kudos
Ritmo2k
Enthusiast
Enthusiast

Yeah, I agree but sometimes you need to make do with what you got:)

My previous method fit into our existing infrastructure...

0 Kudos
DSTAVERT
Immortal
Immortal

Really have a look at William Lams script. It works incredibly well, very configurable. It doesn't take much to getting it set up working and no need to add any potentially destabilizing daemon.

-- David -- VMware Communities Moderator
0 Kudos