VMware Cloud Community
winner_winner
Contributor
Contributor

using ftp depot to update

Hi everyone, I'm trying to use esxupdate with ftp depot. I've set up my ftp server, however, each time I tried the command: esxupdate -d ftp://ftpserver/dir1/dir2/esxupdate scan , the following message"ERROR: IOError: 550 Failed to change directory". I'm using the vsftp server, and the anonymous user's home directory is dir1/dir2/esxupdate, and definitely the ftp server works properly. So, what I can do to use the ftp depot?

Cheers.

0 Kudos
3 Replies
Yattong
Expert
Expert

Hey,

Firstly check if you can ftp from your own desktop to make sure you are able to access the repository.

Next, make sure the firewall ports are open on the ESX server.

And also try and just use the ftp command to access the repository to ensure you have connectivity.



Good Luck

~y

If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points ~y
0 Kudos
Texiwill
Leadership
Leadership

Hello,

Check your vsftpd logfiles for specific errors. That would be my first approach to this. You may not be using the user you want. But also, you may not need to specify the full path as the anonymous user is chrooted.... So you may only need: ftp:///. Check the logs, etc.


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education. CIO Virtualization Blog: http://www.cio.com/blog/index/topic/168354, As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
0 Kudos
winner_winner
Contributor
Contributor

Thank both of you.

Texiwill, you are right, I've changed my directory and it works now.

0 Kudos