Unable to receive the file from FTP

nasserho

New Member
Joined
Jun 18, 2023
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
Hi, I set up an FTP server on my system. I ran into a problem, the clients are using the VBA code you put on the site to download the files. Customers who have Internet with valid IP can download files. Clients with dynamic IP are not able to download files I have sent you the FTP connection logs as an attachment. Please guide me how to solve this problem


Report when the client connects to the server with valid IP

03/27/1402 11:01:15 (not login 192.168.1.4<--192.168.1.252:21) "220 Xlight FTP Server 3.9 ready..."
03/27/1402 11:01:15 (not login 192.168.1.4-->192.168.1.252:21) "USER anonymous"
03/27/1402 11:01:15 (not login 192.168.1.4<--192.168.1.252:21) "331 Anonymous login OK, send your e-mail as password"
03/27/1402 11:01:15 (not login 192.168.1.4-->192.168.1.252:21) "PASS *****"
03/27/1402 11:01:15 (anonymous 192.168.1.4<--192.168.1.252:21) "230 Login OK"
03/27/1402 11:01:16 (anonymous 192.168.1.4-->192.168.1.252:21) "TYPE I"
03/27/1402 11:01:16 (anonymous 192.168.1.4<--192.168.1.252:21) "200 Type set to I."
03/27/1402 11:01:16 (anonymous 192.168.1.4-->192.168.1.252:21) "PORT 192,168,1,4,58,5"
03/27/1402 11:01:16 (anonymous 192.168.1.4<--192.168.1.252:21) "200 PORT command successful"
03/27/1402 11:01:16 (anonymous 192.168.1.4-->192.168.1.252:21) "SIZE //town finance/p.csv"
03/27/1402 11:01:16 (anonymous 192.168.1.4<--192.168.1.252:21) "213 7"
03/27/1402 11:01:16 (anonymous 192.168.1.4-->192.168.1.252:21) "RETR //town finance/p.csv"
03/27/1402 11:01:16 (anonymous 192.168.1.4<--192.168.1.252:21) "150 Opening BINARY mode data connection for p.csv (7 bytes)."
03/27/1402 11:01:16 (anonymous 192.168.1.4<--192.168.1.252:21) "226 Transfer complete (0.000 KB/s)."


Report when the client connects to the server with a dynamic IP

03/27/1402 11:06:53 (not login 2.147.239.131<--192.168.1.252:21) "220 Xlight FTP Server 3.9 ready..."
03/27/1402 11:06:53 (not login 2.147.239.131-->192.168.1.252:21) "USER anonymous"
03/27/1402 11:06:53 (not login 2.147.239.131<--192.168.1.252:21) "331 Anonymous login OK, send your e-mail as password"
03/27/1402 11:06:54 (not login 2.147.239.131-->192.168.1.252:21) "PASS *****"
03/27/1402 11:06:54 (anonymous 2.147.239.131<--192.168.1.252:21) "230 Login OK"
03/27/1402 11:06:54 (anonymous 2.147.239.131-->192.168.1.252:21) "TYPE I"
03/27/1402 11:06:54 (anonymous 2.147.239.131<--192.168.1.252:21) "200 Type set to I."
03/27/1402 11:06:54 (anonymous 2.147.239.131-->192.168.1.252:21) "PORT 21,177,60,105,58,46"
03/27/1402 11:06:54 (anonymous 2.147.239.131<--192.168.1.252:21) "200 PORT command successful"
03/27/1402 11:06:54 (anonymous 2.147.239.131-->192.168.1.252:21) "SIZE //town finance/p.csv"
03/27/1402 11:06:54 (anonymous 2.147.239.131<--192.168.1.252:21) "213 7"
03/27/1402 11:06:54 (anonymous 2.147.239.131-->192.168.1.252:21) "RETR //town finance/p.csv"
03/27/1402 11:06:54 (anonymous 2.147.239.131<--192.168.1.252:21) "150 Opening BINARY mode data connection for p.csv (7 bytes)."
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,215,097
Messages
6,123,077
Members
449,094
Latest member
mystic19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top