Hello Everyone,
This quick page will show you how to upload your programming assignment zip file on my ftp server.
Step 1
Open a comman prompt window by typing "cmd" in search box and running as Administrator: (You may be prompted for the Administrator password)
Step 2
Make sure you have a copied your programming assignment zip file (e.g. 2303_25300.zip which contains your menu.asm, menu.obj and menu.exe files) in your C:\ drive. (If your zip file is found somewhere else e.g C:\masm615\myprogs, you just have to make sure you are in the correct path before connecting to the ftp server.)
Step 3
Go back to the Command Prompt window and type exactly whatever is in this font:
Microsoft Windows [Version 10.0.19045.4780]
(c) Microsoft Corporation. All rights reserved.
C:\Users\Administrator> cd \ (This is the command to go to the root of drive C. If you zip file is found somewhere else, then navigate to the path )
C:\> ftp ftp.rishiheerasing.net (This is the command to connect to my ftp server)
Connected to ftp.rishiheerasing.net.
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 09:45. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
504 Unknown command
User (ftp.rishiheerasing.net:(none)): bee23aft@rishiheerasing.net (Enter the username correctly)
331 User bee23aft@rishiheerasing.net OK. Password required
Password: Map23@ft# (Note: You won't see the password echoed on screen. When you finish entering, press Enter)
230-OK. Current restricted directory is /
230 720 Kbytes used (0%) - authorized: 204800 Kb
ftp> binary (This command is very important, i missed it last time)
200 TYPE is now 8-bit binary
ftp> put 2303_25300.zip (You change the index number obviously to yours !)
200 PORT command successful
150 Connecting to port 64300
226-721 Kbytes used (0%) - authorized: 204800 Kb
226-File successfully transferred (This line should be shown to know that you sucessfully uploaded your assignment)
226 0.441 seconds (measured here), 10.05 Kbytes per second
ftp: 4535 bytes sent in 0.22Seconds 20.80Kbytes/sec.
ftp> quit (This command is to disconnect from ftp server)
221-Goodbye. You uploaded 5 and downloaded 0 kbytes.
221 Logout.
You should ensure that you get the server response: 226 File sucessfully Transferred.
That's all folks.
Note: The first time you try to upload the file you might get a firewall warning like below and the transfer might hang.
To solve this "Allow access in firewall" and close the Command Prompt window. Reopen a new command prompt window and redo the same steps again.